#2D9F33

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

Shades of Forest Green #2D9F33

Tints of Forest Green #2D9F33

Color information

#2D9F33 (or 0x2D9F33) is unknown color: approx Forest Green. HEX triplet: 2D, 9F and 33. RGB value is (45,159,51). Sum of RGB (Red+Green+Blue) = 45+159+51=255 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.65% from 255); Green value is 159 (62.5% from 255 or 62.35% from 255); Blue value is 51 (20.31% from 255 or 20% from 255); Max value from RGB is 159 - color contains mainly: green. Hex color #2D9F33 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D9F33 is #D260CC. Grayscale: #707070. Windows color (decimal): -13787341 or 3383085. OLE color: 3383085.

HSL color Cylindrical-coordinate representation of color #2D9F33: hue angle of 123.16º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2D9F33 is Cyan = 0.72, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.38.

Color convert

RGB4515951-
CMYK0.7200.680.38
HSL123.16º55.88%40%-
HSV(B)123.16º71.7%62.35%-
XYZ14.0825.597.33-
YUV112.693.2379.78-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 17.65%
GREEN value IS 159 (62.5% from 255) = 62.35%
BLUE value IS 51 (20.31% from 255) = 20%
R=17.65%
G=62.35%
B=20%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal45159510.7200.680.38123.1655.8840
Hex2D9F3348044267b3828
Octal55237631100104461737050
Binary101101100111111100111001000010001001001101111011111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D9F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,159,51); }

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

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

 a { background-color: rgb(45,159,51); }

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

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

 span { border-color: rgb(45,159,51); }

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