#2F9221

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

Shades of Forest Green #2F9221

Tints of Forest Green #2F9221

Color information

#2F9221 (or 0x2F9221) is unknown color: approx Forest Green. HEX triplet: 2F, 92 and 21. RGB value is (47,146,33). Sum of RGB (Red+Green+Blue) = 47+146+33=226 (29% of max value = 765). Red value is 47 (18.75% from 255 or 20.80% from 226); Green value is 146 (57.42% from 255 or 64.60% from 226); Blue value is 33 (13.28% from 255 or 14.60% from 226); Max value from RGB is 146 - color contains mainly: green. Hex color #2F9221 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F9221 is #D06DDE. Grayscale: #676767. Windows color (decimal): -13659615 or 2200111. OLE color: 2200111.

HSL color Cylindrical-coordinate representation of color #2F9221: hue angle of 112.57º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2F9221 is Cyan = 0.68, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.43.

Color convert

RGB4714633-
CMYK0.6800.770.43
HSL112.57º63.13%35.1%-
HSV(B)112.57º77.4%57.25%-
XYZ11.7321.274.93-
YUV103.5288.287.69-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 20.80%
GREEN value IS 146 (57.42% from 255) = 64.60%
BLUE value IS 33 (13.28% from 255) = 14.60%
R=20.80%
G=64.60%
B=14.60%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal47146330.6800.770.43112.5763.1335.1
Hex2F92214404D2B713f23
Octal57222411040115531617743
Binary101111100100101000011000100010011011010111110001111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F9221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,146,33); }

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

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

 a { background-color: rgb(47,146,33); }

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

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

 span { border-color: rgb(47,146,33); }

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