#2F982C

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

Shades of Forest Green #2F982C

Tints of Forest Green #2F982C

Color information

#2F982C (or 0x2F982C) is unknown color: approx Forest Green. HEX triplet: 2F, 98 and 2C. RGB value is (47,152,44). Sum of RGB (Red+Green+Blue) = 47+152+44=243 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.34% from 243); Green value is 152 (59.77% from 255 or 62.55% from 243); Blue value is 44 (17.58% from 255 or 18.11% from 243); Max value from RGB is 152 - color contains mainly: green. Hex color #2F982C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F982C is #D067D3. Grayscale: #6C6C6C. Windows color (decimal): -13658068 or 2922543. OLE color: 2922543.

HSL color Cylindrical-coordinate representation of color #2F982C: hue angle of 118.33º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2F982C is Cyan = 0.69, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.40.

Color convert

RGB4715244-
CMYK0.6900.710.40
HSL118.33º55.1%38.43%-
HSV(B)118.33º71.05%59.61%-
XYZ12.8623.246.19-
YUV108.2991.7184.28-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 19.34%
GREEN value IS 152 (59.77% from 255) = 62.55%
BLUE value IS 44 (17.58% from 255) = 18.11%
R=19.34%
G=62.55%
B=18.11%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal47152440.6900.710.40118.3355.138.43
Hex2F982C4504728763726
Octal57230541050107501666746
Binary101111100110001011001000101010001111010001110110110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F982C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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