Shades of Forest Green #12902F
Tints of Forest Green #12902F
RGB
CMYK
RGB Variations
Color information
#12902F (or 0x12902F) is known color: Forest Green. HEX triplet: 12, 90 and 2F. RGB value is (18,144,47). Sum of RGB (Red+Green+Blue) = 18+144+47=209 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.61% from 209); Green value is 144 (56.64% from 255 or 68.90% from 209); Blue value is 47 (18.75% from 255 or 22.49% from 209); Max value from RGB is 144 - color contains mainly: green. Hex color #12902F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12902F is #ED6FD0. Grayscale: #5F5F5F. Windows color (decimal): -15560657 or 3117074. OLE color: 3117074.
HSL color Cylindrical-coordinate representation of color #12902F: hue angle of 133.81º 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 #12902F is Cyan = 0.88, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 18 | 144 | 47 | - |
| CMYK | 0.88 | 0 | 0.67 | 0.44 |
| HSL | 133.81º | 0.78% | 0.32% | - |
| HSV(B) | 133.81º | 0.88% | 0.56% | - |
| XYZ | 10.74 | 20.28 | 6.04 | - |
| YUV | 95.27 | 100.76 | 72.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 144 | 47 | 0.88 | 0 | 0.67 | 0.44 | 133.81 | 0.78 | 0.32 |
| Hex | 12 | 90 | 2F | 58 | 0 | 43 | 2C | 86 | 4E | 20 |
| Octal | 22 | 220 | 57 | 130 | 0 | 103 | 54 | 206 | 116 | 40 |
| Binary | 10010 | 10010000 | 101111 | 1011000 | 0 | 1000011 | 101100 | 10000110 | 1001110 | 100000 |
Color Harmonies of #12902F
Complementary color
Monochromatic Colors of #12902F
Black with #12902F
Text Example
Text Example
White with #12902F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12902F; }
p { color: rgb(18,144,47); }
H1.HeaderClassName
{
color: #12902F;
}
.AnyTagClassName
{
color: #12902F;
}
</style>
background-color css
<style>
a { background-color: #12902F; }
a { background-color: rgb(18,144,47); }
div.DivClassName
{
background-color: #12902F;
}
.BgClassName
{
background-color: #12902F;
}
</style>
border-color css
<style>
span { border-color: #12902F; }
span { border-color: rgb(18,144,47); }
td.TdClassName
{
border-color: #12902F;
}
.TagClassName
{
border-color: #12902F;
}
</style>