#2F9D2C

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

Shades of Forest Green #2F9D2C

Tints of Forest Green #2F9D2C

Color information

#2F9D2C (or 0x2F9D2C) is unknown color: approx Forest Green. HEX triplet: 2F, 9D and 2C. RGB value is (47,157,44). Sum of RGB (Red+Green+Blue) = 47+157+44=248 (32% of max value = 765). Red value is 47 (18.75% from 255 or 18.95% from 248); Green value is 157 (61.72% from 255 or 63.31% from 248); Blue value is 44 (17.58% from 255 or 17.74% from 248); Max value from RGB is 157 - color contains mainly: green. Hex color #2F9D2C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F9D2C is #D062D3. Grayscale: #6F6F6F. Windows color (decimal): -13656788 or 2923823. OLE color: 2923823.

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

Color convert

RGB4715744-
CMYK0.7000.720.38
HSL118.41º56.22%39.41%-
HSV(B)118.41º71.97%61.57%-
XYZ13.6824.96.47-
YUV111.2390.0682.19-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 18.95%
GREEN value IS 157 (61.72% from 255) = 63.31%
BLUE value IS 44 (17.58% from 255) = 17.74%
R=18.95%
G=63.31%
B=17.74%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal47157440.7000.720.38118.4156.2239.41
Hex2F9D2C4604826763827
Octal57235541060110461667047
Binary101111100111011011001000110010010001001101110110111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F9D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,157,44); }

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

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

 a { background-color: rgb(47,157,44); }

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

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

 span { border-color: rgb(47,157,44); }

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