Shades of Forest Green #2F900B
Tints of Forest Green #2F900B
RGB
CMYK
RGB Variations
Color information
#2F900B (or 0x2F900B) is known color: Forest Green. HEX triplet: 2F, 90 and 0B. RGB value is (47,144,11). Sum of RGB (Red+Green+Blue) = 47+144+11=202 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.27% from 202); Green value is 144 (56.64% from 255 or 71.29% from 202); Blue value is 11 (4.69% from 255 or 5.45% from 202); Max value from RGB is 144 - color contains mainly: green. Hex color #2F900B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2F900B is #D06FF4. Grayscale: #646464. Windows color (decimal): -13660149 or 757807. OLE color: 757807.
HSL color Cylindrical-coordinate representation of color #2F900B: hue angle of 103.76º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2F900B is Cyan = 0.67, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 47 | 144 | 11 | - |
| CMYK | 0.67 | 0 | 0.92 | 0.44 |
| HSL | 103.76º | 0.86% | 0.3% | - |
| HSV(B) | 103.76º | 0.92% | 0.56% | - |
| XYZ | 11.21 | 20.58 | 3.7 | - |
| YUV | 99.84 | 77.86 | 90.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 144 | 11 | 0.67 | 0 | 0.92 | 0.44 | 103.76 | 0.86 | 0.3 |
| Hex | 2F | 90 | B | 43 | 0 | 5C | 2C | 68 | 56 | 1E |
| Octal | 57 | 220 | 13 | 103 | 0 | 134 | 54 | 150 | 126 | 36 |
| Binary | 101111 | 10010000 | 1011 | 1000011 | 0 | 1011100 | 101100 | 1101000 | 1010110 | 11110 |
Color Harmonies of #2F900B
Complementary color
Monochromatic Colors of #2F900B
Black with #2F900B
Text Example
Text Example
White with #2F900B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F900B; }
p { color: rgb(47,144,11); }
H1.HeaderClassName
{
color: #2F900B;
}
.AnyTagClassName
{
color: #2F900B;
}
</style>
background-color css
<style>
a { background-color: #2F900B; }
a { background-color: rgb(47,144,11); }
div.DivClassName
{
background-color: #2F900B;
}
.BgClassName
{
background-color: #2F900B;
}
</style>
border-color css
<style>
span { border-color: #2F900B; }
span { border-color: rgb(47,144,11); }
td.TdClassName
{
border-color: #2F900B;
}
.TagClassName
{
border-color: #2F900B;
}
</style>