#2D9240

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

Shades of Sea Green #2D9240

Tints of Sea Green #2D9240

Color information

#2D9240 (or 0x2D9240) is unknown color: approx Sea Green. HEX triplet: 2D, 92 and 40. RGB value is (45,146,64). Sum of RGB (Red+Green+Blue) = 45+146+64=255 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.65% from 255); Green value is 146 (57.42% from 255 or 57.25% from 255); Blue value is 64 (25.39% from 255 or 25.10% from 255); Max value from RGB is 146 - color contains mainly: green. Hex color #2D9240 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D9240 is #D26DBF. Grayscale: #6A6A6A. Windows color (decimal): -13790656 or 4231725. OLE color: 4231725.

HSL color Cylindrical-coordinate representation of color #2D9240: hue angle of 131.29º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2D9240 is Cyan = 0.69, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.43.

Color convert

RGB4514664-
CMYK0.6900.560.43
HSL131.29º52.88%37.45%-
HSV(B)131.29º69.18%57.25%-
XYZ12.2921.498.35-
YUV106.45104.0484.17-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 17.65%
GREEN value IS 146 (57.42% from 255) = 57.25%
BLUE value IS 64 (25.39% from 255) = 25.10%
R=17.65%
G=57.25%
B=25.10%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal45146640.6900.560.43131.2952.8837.45
Hex2D9240450382B833525
Octal55222100105070532036545
Binary1011011001001010000001000101011100010101110000011110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D9240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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