#2D9036

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

Shades of Forest Green #2D9036

Tints of Forest Green #2D9036

Color information

#2D9036 (or 0x2D9036) is unknown color: approx Forest Green. HEX triplet: 2D, 90 and 36. RGB value is (45,144,54). Sum of RGB (Red+Green+Blue) = 45+144+54=243 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.52% from 243); Green value is 144 (56.64% from 255 or 59.26% from 243); Blue value is 54 (21.48% from 255 or 22.22% from 243); Max value from RGB is 144 - color contains mainly: green. Hex color #2D9036 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D9036 is #D26FC9. Grayscale: #686868. Windows color (decimal): -13791178 or 3575853. OLE color: 3575853.

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

Color convert

RGB4514454-
CMYK0.6900.630.44
HSL125.45º52.38%37.06%-
HSV(B)125.45º68.75%56.47%-
XYZ11.7220.776.88-
YUV104.1499.785.82-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 18.52%
GREEN value IS 144 (56.64% from 255) = 59.26%
BLUE value IS 54 (21.48% from 255) = 22.22%
R=18.52%
G=59.26%
B=22.22%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal45144540.6900.630.44125.4552.3837.06
Hex2D90364503F2C7d3425
Octal5522066105077541756445
Binary10110110010000110110100010101111111011001111101110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D9036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,144,54); }

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

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

 a { background-color: rgb(45,144,54); }

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

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

 span { border-color: rgb(45,144,54); }

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