#2F931C

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

Shades of Forest Green #2F931C

Tints of Forest Green #2F931C

Color information

#2F931C (or 0x2F931C) is unknown color: approx Forest Green. HEX triplet: 2F, 93 and 1C. RGB value is (47,147,28). Sum of RGB (Red+Green+Blue) = 47+147+28=222 (29% of max value = 765). Red value is 47 (18.75% from 255 or 21.17% from 222); Green value is 147 (57.81% from 255 or 66.22% from 222); Blue value is 28 (11.33% from 255 or 12.61% from 222); Max value from RGB is 147 - color contains mainly: green. Hex color #2F931C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F931C is #D06CE3. Grayscale: #676767. Windows color (decimal): -13659364 or 1872687. OLE color: 1872687.

HSL color Cylindrical-coordinate representation of color #2F931C: hue angle of 110.42º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2F931C is Cyan = 0.68, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB4714728-
CMYK0.6800.810.42
HSL110.42º68%34.31%-
HSV(B)110.42º80.95%57.65%-
XYZ11.8221.564.64-
YUV103.5385.3787.68-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 21.17%
GREEN value IS 147 (57.81% from 255) = 66.22%
BLUE value IS 28 (11.33% from 255) = 12.61%
R=21.17%
G=66.22%
B=12.61%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal47147280.6800.810.42110.426834.31
Hex2F931C440512A6e4422
Octal572233410401215215610442
Binary101111100100111110010001000101000110101011011101000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F931C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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