#2F9A0B

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

Shades of Forest Green #2F9A0B

Tints of Forest Green #2F9A0B

Color information

#2F9A0B (or 0x2F9A0B) is unknown color: approx Forest Green. HEX triplet: 2F, 9A and 0B. RGB value is (47,154,11). Sum of RGB (Red+Green+Blue) = 47+154+11=212 (28% of max value = 765). Red value is 47 (18.75% from 255 or 22.17% from 212); Green value is 154 (60.55% from 255 or 72.64% from 212); Blue value is 11 (4.69% from 255 or 5.19% from 212); Max value from RGB is 154 - color contains mainly: green. Hex color #2F9A0B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2F9A0B is #D065F4. Grayscale: #6A6A6A. Windows color (decimal): -13657589 or 760367. OLE color: 760367.

HSL color Cylindrical-coordinate representation of color #2F9A0B: hue angle of 104.9º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2F9A0B is Cyan = 0.69, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.40.

Color convert

RGB4715411-
CMYK0.6900.930.40
HSL104.9º86.67%32.35%-
HSV(B)104.9º92.86%60.39%-
XYZ12.7923.744.22-
YUV105.774.5586.13-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 22.17%
GREEN value IS 154 (60.55% from 255) = 72.64%
BLUE value IS 11 (4.69% from 255) = 5.19%
R=22.17%
G=72.64%
B=5.19%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal47154110.6900.930.40104.986.6732.35
Hex2F9AB4505D28695720
Octal572321310501355015112740
Binary10111110011010101110001010101110110100011010011010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F9A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,154,11); }

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

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

 a { background-color: rgb(47,154,11); }

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

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

 span { border-color: rgb(47,154,11); }

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