#2F9900

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

Shades of Forest Green #2F9900

Tints of Forest Green #2F9900

Color information

#2F9900 (or 0x2F9900) is unknown color: approx Forest Green. HEX triplet: 2F, 99 and 00. RGB value is (47,153,0). Sum of RGB (Red+Green+Blue) = 47+153+0=200 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.5% from 200); Green value is 153 (60.16% from 255 or 76.5% from 200); Blue value is 0 (0.39% from 255 or 0% from 200); Max value from RGB is 153 - color contains mainly: green. Hex color #2F9900 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2F9900 is #D066FF. Grayscale: #686868. Windows color (decimal): -13657856 or 39215. OLE color: 39215.

HSL color Cylindrical-coordinate representation of color #2F9900: hue angle of 101.57º 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 #2F9900 is Cyan = 0.69, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.4.

Color convert

RGB471530-
CMYK0.69010.4
HSL101.57º100%30%-
HSV(B)101.57º100%60%-
XYZ12.5623.393.85-
YUV103.8669.3887.44-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 23.5%
GREEN value IS 153 (60.16% from 255) = 76.5%
BLUE value IS 0 (0.39% from 255) = 0%
R=23.5%
G=76.5%
B=0%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal4715300.69010.4101.5710030
Hex2F990450642866641e
Octal57231010501445014614436
Binary1011111001100101000101011001001010001100110110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F9900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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