Shades of Forest Green #2B900E
Tints of Forest Green #2B900E
RGB
CMYK
RGB Variations
Color information
#2B900E (or 0x2B900E) is known color: Forest Green. HEX triplet: 2B, 90 and 0E. RGB value is (43,144,14). Sum of RGB (Red+Green+Blue) = 43+144+14=201 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.39% from 201); Green value is 144 (56.64% from 255 or 71.64% from 201); Blue value is 14 (5.86% from 255 or 6.97% from 201); Max value from RGB is 144 - color contains mainly: green. Hex color #2B900E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2B900E is #D46FF1. Grayscale: #636363. Windows color (decimal): -13922290 or 954411. OLE color: 954411.
HSL color Cylindrical-coordinate representation of color #2B900E: hue angle of 106.62º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2B900E is Cyan = 0.70, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 43 | 144 | 14 | - |
| CMYK | 0.70 | 0 | 0.90 | 0.44 |
| HSL | 106.62º | 0.82% | 0.31% | - |
| HSV(B) | 106.62º | 0.9% | 0.56% | - |
| XYZ | 11.05 | 20.49 | 3.79 | - |
| YUV | 98.98 | 80.04 | 88.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 144 | 14 | 0.70 | 0 | 0.90 | 0.44 | 106.62 | 0.82 | 0.31 |
| Hex | 2B | 90 | E | 46 | 0 | 5A | 2C | 6B | 52 | 1F |
| Octal | 53 | 220 | 16 | 106 | 0 | 132 | 54 | 153 | 122 | 37 |
| Binary | 101011 | 10010000 | 1110 | 1000110 | 0 | 1011010 | 101100 | 1101011 | 1010010 | 11111 |
Color Harmonies of #2B900E
Complementary color
Monochromatic Colors of #2B900E
Black with #2B900E
Text Example
Text Example
White with #2B900E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B900E; }
p { color: rgb(43,144,14); }
H1.HeaderClassName
{
color: #2B900E;
}
.AnyTagClassName
{
color: #2B900E;
}
</style>
background-color css
<style>
a { background-color: #2B900E; }
a { background-color: rgb(43,144,14); }
div.DivClassName
{
background-color: #2B900E;
}
.BgClassName
{
background-color: #2B900E;
}
</style>
border-color css
<style>
span { border-color: #2B900E; }
span { border-color: rgb(43,144,14); }
td.TdClassName
{
border-color: #2B900E;
}
.TagClassName
{
border-color: #2B900E;
}
</style>