Shades of Forest Green #12902B
Tints of Forest Green #12902B
RGB
CMYK
RGB Variations
Color information
#12902B (or 0x12902B) is known color: Forest Green. HEX triplet: 12, 90 and 2B. RGB value is (18,144,43). Sum of RGB (Red+Green+Blue) = 18+144+43=205 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.78% from 205); Green value is 144 (56.64% from 255 or 70.24% from 205); Blue value is 43 (17.19% from 255 or 20.98% from 205); Max value from RGB is 144 - color contains mainly: green. Hex color #12902B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12902B is #ED6FD4. Grayscale: #5F5F5F. Windows color (decimal): -15560661 or 2854930. OLE color: 2854930.
HSL color Cylindrical-coordinate representation of color #12902B: hue angle of 131.9º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12902B is Cyan = 0.88, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 18 | 144 | 43 | - |
| CMYK | 0.88 | 0 | 0.70 | 0.44 |
| HSL | 131.9º | 0.78% | 0.32% | - |
| HSV(B) | 131.9º | 0.88% | 0.56% | - |
| XYZ | 10.66 | 20.25 | 5.63 | - |
| YUV | 94.81 | 98.76 | 73.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 144 | 43 | 0.88 | 0 | 0.70 | 0.44 | 131.9 | 0.78 | 0.32 |
| Hex | 12 | 90 | 2B | 58 | 0 | 46 | 2C | 84 | 4E | 20 |
| Octal | 22 | 220 | 53 | 130 | 0 | 106 | 54 | 204 | 116 | 40 |
| Binary | 10010 | 10010000 | 101011 | 1011000 | 0 | 1000110 | 101100 | 10000100 | 1001110 | 100000 |
Color Harmonies of #12902B
Complementary color
Monochromatic Colors of #12902B
Black with #12902B
Text Example
Text Example
White with #12902B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12902B; }
p { color: rgb(18,144,43); }
H1.HeaderClassName
{
color: #12902B;
}
.AnyTagClassName
{
color: #12902B;
}
</style>
background-color css
<style>
a { background-color: #12902B; }
a { background-color: rgb(18,144,43); }
div.DivClassName
{
background-color: #12902B;
}
.BgClassName
{
background-color: #12902B;
}
</style>
border-color css
<style>
span { border-color: #12902B; }
span { border-color: rgb(18,144,43); }
td.TdClassName
{
border-color: #12902B;
}
.TagClassName
{
border-color: #12902B;
}
</style>