#2f971c

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

Shades of Forest Green #2F971C

Tints of Forest Green #2F971C

Color information

#2F971C (or 0x2F971C) is unknown color: approx Forest Green. HEX triplet: 2F, 97 and 1C. RGB value is (47,151,28). Sum of RGB (Red+Green+Blue) = 47+151+28=226 (29% of max value = 765). Red value is 47 (18.75% from 255 or 20.80% from 226); Green value is 151 (59.38% from 255 or 66.81% from 226); Blue value is 28 (11.33% from 255 or 12.39% from 226); Max value from RGB is 151 - color contains mainly: green. Hex color #2F971C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F971C is #D068E3. Grayscale: #6A6A6A. Windows color (decimal): -13658340 or 1873711. OLE color: 1873711.

HSL color Cylindrical-coordinate representation of color #2F971C: hue angle of 110.73º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2F971C is Cyan = 0.69, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.41.

Color convert

RGB4715128-
CMYK0.6900.810.41
HSL110.73º68.72%35.1%-
HSV(B)110.73º81.46%59.22%-
XYZ12.4522.824.85-
YUV105.8884.0486-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 20.80%
GREEN value IS 151 (59.38% from 255) = 66.81%
BLUE value IS 28 (11.33% from 255) = 12.39%
R=20.80%
G=66.81%
B=12.39%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal47151280.6900.810.41110.7368.7235.1
Hex2F971C45051296f4523
Octal572273410501215115710543
Binary101111100101111110010001010101000110100111011111000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2f971c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,151,28); }

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

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

 a { background-color: rgb(47,151,28); }

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

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

 span { border-color: rgb(47,151,28); }

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