#2D8652

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

Shades of Sea Green #2D8652

Tints of Sea Green #2D8652

Color information

#2D8652 (or 0x2D8652) is unknown color: approx Sea Green. HEX triplet: 2D, 86 and 52. RGB value is (45,134,82). Sum of RGB (Red+Green+Blue) = 45+134+82=261 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.24% from 261); Green value is 134 (52.73% from 255 or 51.34% from 261); Blue value is 82 (32.42% from 255 or 31.42% from 261); Max value from RGB is 134 - color contains mainly: green. Hex color #2D8652 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D8652 is #D279AD. Grayscale: #656565. Windows color (decimal): -13793710 or 5408301. OLE color: 5408301.

HSL color Cylindrical-coordinate representation of color #2D8652: hue angle of 144.94º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2D8652 is Cyan = 0.66, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.47.

Color convert

RGB4513482-
CMYK0.6600.390.47
HSL144.94º49.72%35.1%-
HSV(B)144.94º66.42%52.55%-
XYZ11.1318.2210.91-
YUV101.46117.0187.73-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 17.24%
GREEN value IS 134 (52.73% from 255) = 51.34%
BLUE value IS 82 (32.42% from 255) = 31.42%
R=17.24%
G=51.34%
B=31.42%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal45134820.6600.390.47144.9449.7235.1
Hex2D8652420272F913223
Octal55206122102047572216243
Binary1011011000011010100101000010010011110111110010001110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D8652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,134,82); }

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

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

 a { background-color: rgb(45,134,82); }

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

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

 span { border-color: rgb(45,134,82); }

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