#2F931E

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

Shades of Forest Green #2F931E

Tints of Forest Green #2F931E

Color information

#2F931E (or 0x2F931E) is unknown color: approx Forest Green. HEX triplet: 2F, 93 and 1E. RGB value is (47,147,30). Sum of RGB (Red+Green+Blue) = 47+147+30=224 (29% of max value = 765). Red value is 47 (18.75% from 255 or 20.98% from 224); Green value is 147 (57.81% from 255 or 65.62% from 224); Blue value is 30 (12.11% from 255 or 13.39% from 224); Max value from RGB is 147 - color contains mainly: green. Hex color #2F931E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F931E is #D06CE1. Grayscale: #686868. Windows color (decimal): -13659362 or 2003759. OLE color: 2003759.

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

Color convert

RGB4714730-
CMYK0.6800.800.42
HSL111.28º66.1%34.71%-
HSV(B)111.28º79.59%57.65%-
XYZ11.8421.574.77-
YUV103.7686.3787.51-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 20.98%
GREEN value IS 147 (57.81% from 255) = 65.62%
BLUE value IS 30 (12.11% from 255) = 13.39%
R=20.98%
G=65.62%
B=13.39%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal47147300.6800.800.42111.2866.134.71
Hex2F931E440502A6f4223
Octal572233610401205215710243
Binary101111100100111111010001000101000010101011011111000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F931E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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