#2F882C

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

Shades of Forest Green #2F882C

Tints of Forest Green #2F882C

Color information

#2F882C (or 0x2F882C) is unknown color: approx Forest Green. HEX triplet: 2F, 88 and 2C. RGB value is (47,136,44). Sum of RGB (Red+Green+Blue) = 47+136+44=227 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.70% from 227); Green value is 136 (53.52% from 255 or 59.91% from 227); Blue value is 44 (17.58% from 255 or 19.38% from 227); Max value from RGB is 136 - color contains mainly: green. Hex color #2F882C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F882C is #D077D3. Grayscale: #636363. Windows color (decimal): -13662164 or 2918447. OLE color: 2918447.

HSL color Cylindrical-coordinate representation of color #2F882C: hue angle of 118.04º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F882C is Cyan = 0.65, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.47.

Color convert

RGB4713644-
CMYK0.6500.680.47
HSL118.04º51.11%35.29%-
HSV(B)118.04º67.65%53.33%-
XYZ10.4318.395.38-
YUV98.997.0190.98-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 20.70%
GREEN value IS 136 (53.52% from 255) = 59.91%
BLUE value IS 44 (17.58% from 255) = 19.38%
R=20.70%
G=59.91%
B=19.38%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal47136440.6500.680.47118.0451.1135.29
Hex2F882C410442F763323
Octal57210541010104571666343
Binary101111100010001011001000001010001001011111110110110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F882C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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