#2F9F13

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

Shades of Forest Green #2F9F13

Tints of Forest Green #2F9F13

Color information

#2F9F13 (or 0x2F9F13) is unknown color: approx Forest Green. HEX triplet: 2F, 9F and 13. RGB value is (47,159,19). Sum of RGB (Red+Green+Blue) = 47+159+19=225 (29% of max value = 765). Red value is 47 (18.75% from 255 or 20.89% from 225); Green value is 159 (62.5% from 255 or 70.67% from 225); Blue value is 19 (7.81% from 255 or 8.44% from 225); Max value from RGB is 159 - color contains mainly: green. Hex color #2F9F13 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2F9F13 is #D060EC. Grayscale: #6D6D6D. Windows color (decimal): -13656301 or 1285935. OLE color: 1285935.

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

Color convert

RGB4715919-
CMYK0.7000.880.38
HSL108º78.65%34.9%-
HSV(B)108º88.05%62.35%-
XYZ13.6925.454.81-
YUV109.5576.8983.38-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 20.89%
GREEN value IS 159 (62.5% from 255) = 70.67%
BLUE value IS 19 (7.81% from 255) = 8.44%
R=20.89%
G=70.67%
B=8.44%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal47159190.7000.880.3810878.6534.9
Hex2F9F1346058266c4f23
Octal572372310601304615411743
Binary101111100111111001110001100101100010011011011001001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F9F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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