#2d8745

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

Shades of Sea Green #2D8745

Tints of Sea Green #2D8745

Color information

#2D8745 (or 0x2D8745) is unknown color: approx Sea Green. HEX triplet: 2D, 87 and 45. RGB value is (45,135,69). Sum of RGB (Red+Green+Blue) = 45+135+69=249 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.07% from 249); Green value is 135 (53.12% from 255 or 54.22% from 249); Blue value is 69 (27.34% from 255 or 27.71% from 249); Max value from RGB is 135 - color contains mainly: green. Hex color #2D8745 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D8745 is #D278BA. Grayscale: #646464. Windows color (decimal): -13793467 or 4556589. OLE color: 4556589.

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

Color convert

RGB4513569-
CMYK0.6700.490.47
HSL136º50%35.29%-
HSV(B)136º66.67%52.94%-
XYZ10.8218.328.6-
YUV100.57110.1888.37-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 18.07%
GREEN value IS 135 (53.12% from 255) = 54.22%
BLUE value IS 69 (27.34% from 255) = 27.71%
R=18.07%
G=54.22%
B=27.71%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal45135690.6700.490.471365035.29
Hex2D8745430312F883223
Octal55207105103061572106243
Binary1011011000011110001011000011011000110111110001000110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2d8745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,135,69); }

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

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

 a { background-color: rgb(45,135,69); }

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

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

 span { border-color: rgb(45,135,69); }

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