#2F9800

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

Shades of Forest Green #2F9800

Tints of Forest Green #2F9800

Color information

#2F9800 (or 0x2F9800) is unknown color: approx Forest Green. HEX triplet: 2F, 98 and 00. RGB value is (47,152,0). Sum of RGB (Red+Green+Blue) = 47+152+0=199 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.62% from 199); Green value is 152 (59.77% from 255 or 76.38% from 199); Blue value is 0 (0.39% from 255 or 0% from 199); Max value from RGB is 152 - color contains mainly: green. Hex color #2F9800 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2F9800 is #D067FF. Grayscale: #676767. Windows color (decimal): -13658112 or 38959. OLE color: 38959.

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

Color convert

RGB471520-
CMYK0.69010.40
HSL101.45º100%29.8%-
HSV(B)101.45º100%59.61%-
XYZ12.423.063.8-
YUV103.2869.7187.86-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 23.62%
GREEN value IS 152 (59.77% from 255) = 76.38%
BLUE value IS 0 (0.39% from 255) = 0%
R=23.62%
G=76.38%
B=0%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal4715200.69010.40101.4510029.8
Hex2F980450642865641e
Octal57230010501445014514436
Binary1011111001100001000101011001001010001100101110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F9800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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