#2d9640

Color #2D9640 Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sea Green #2D9640

Tints of Sea Green #2D9640

Color information

#2D9640 (or 0x2D9640) is unknown color: approx Sea Green. HEX triplet: 2D, 96 and 40. RGB value is (45,150,64). Sum of RGB (Red+Green+Blue) = 45+150+64=259 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.37% from 259); Green value is 150 (58.98% from 255 or 57.92% from 259); Blue value is 64 (25.39% from 255 or 24.71% from 259); Max value from RGB is 150 - color contains mainly: green. Hex color #2D9640 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D9640 is #D269BF. Grayscale: #6D6D6D. Windows color (decimal): -13789632 or 4232749. OLE color: 4232749.

HSL color Cylindrical-coordinate representation of color #2D9640: hue angle of 130.86º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2D9640 is Cyan = 0.70, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.41.

Color convert

RGB4515064-
CMYK0.7000.570.41
HSL130.86º53.85%38.24%-
HSV(B)130.86º70%58.82%-
XYZ12.9122.748.56-
YUV108.8102.7182.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 45 (17.97% from 255) = 17.37%
GREEN value IS 150 (58.98% from 255) = 57.92%
BLUE value IS 64 (25.39% from 255) = 24.71%
R=17.37%
G=57.92%
B=24.71%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal45150640.7000.570.41130.8653.8538.24
Hex2D96404603929833626
Octal55226100106071512036646
Binary1011011001011010000001000110011100110100110000011110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2d9640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2d9640; }

 p { color: rgb(45,150,64); }

 H1.HeaderClassName
 {
   color: #2d9640;
 }
 .AnyTagClassName
 {
   color: #2d9640;
 }
</style>
background-color css

<style>
 a { background-color: #2d9640; }

 a { background-color: rgb(45,150,64); }

 div.DivClassName
 {
   background-color: #2d9640;
 }
 .BgClassName
 {
   background-color: #2d9640;
 }
</style>
border-color css

<style>
 span { border-color: #2d9640; }

 span { border-color: rgb(45,150,64); }

 td.TdClassName
 {
   border-color: #2d9640;
 }
 .TagClassName
 {
   border-color: #2d9640;
 }
</style>