#2f9f16

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

Shades of Forest Green #2F9F16

Tints of Forest Green #2F9F16

Color information

#2F9F16 (or 0x2F9F16) is unknown color: approx Forest Green. HEX triplet: 2F, 9F and 16. RGB value is (47,159,22). Sum of RGB (Red+Green+Blue) = 47+159+22=228 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.61% from 228); Green value is 159 (62.5% from 255 or 69.74% from 228); Blue value is 22 (8.98% from 255 or 9.65% from 228); Max value from RGB is 159 - color contains mainly: green. Hex color #2F9F16 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2F9F16 is #D060E9. Grayscale: #6E6E6E. Windows color (decimal): -13656298 or 1482543. OLE color: 1482543.

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

Color convert

RGB4715922-
CMYK0.7000.860.38
HSL109.05º75.69%35.49%-
HSV(B)109.05º86.16%62.35%-
XYZ13.7225.464.95-
YUV109.8978.3983.14-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 20.61%
GREEN value IS 159 (62.5% from 255) = 69.74%
BLUE value IS 22 (8.98% from 255) = 9.65%
R=20.61%
G=69.74%
B=9.65%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal47159220.7000.860.38109.0575.6935.49
Hex2F9F1646056266d4c23
Octal572372610601264615511443
Binary101111100111111011010001100101011010011011011011001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2f9f16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,159,22); }

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

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

 a { background-color: rgb(47,159,22); }

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

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

 span { border-color: rgb(47,159,22); }

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