#2F922C

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

Shades of Forest Green #2F922C

Tints of Forest Green #2F922C

Color information

#2F922C (or 0x2F922C) is unknown color: approx Forest Green. HEX triplet: 2F, 92 and 2C. RGB value is (47,146,44). Sum of RGB (Red+Green+Blue) = 47+146+44=237 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.83% from 237); Green value is 146 (57.42% from 255 or 61.60% from 237); Blue value is 44 (17.58% from 255 or 18.57% from 237); Max value from RGB is 146 - color contains mainly: green. Hex color #2F922C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F922C is #D06DD3. Grayscale: #696969. Windows color (decimal): -13659604 or 2921007. OLE color: 2921007.

HSL color Cylindrical-coordinate representation of color #2F922C: hue angle of 118.24º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2F922C is Cyan = 0.68, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.43.

Color convert

RGB4714644-
CMYK0.6800.700.43
HSL118.24º53.68%37.25%-
HSV(B)118.24º69.86%57.25%-
XYZ11.9121.345.88-
YUV104.7793.786.79-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 19.83%
GREEN value IS 146 (57.42% from 255) = 61.60%
BLUE value IS 44 (17.58% from 255) = 18.57%
R=19.83%
G=61.60%
B=18.57%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal47146440.6800.700.43118.2453.6837.25
Hex2F922C440462B763625
Octal57222541040106531666645
Binary101111100100101011001000100010001101010111110110110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F922C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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