Shades of Forest Green #12902A
Tints of Forest Green #12902A
RGB
CMYK
RGB Variations
Color information
#12902A (or 0x12902A) is known color: Forest Green. HEX triplet: 12, 90 and 2A. RGB value is (18,144,42). Sum of RGB (Red+Green+Blue) = 18+144+42=204 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.82% from 204); Green value is 144 (56.64% from 255 or 70.59% from 204); Blue value is 42 (16.80% from 255 or 20.59% from 204); Max value from RGB is 144 - color contains mainly: green. Hex color #12902A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12902A is #ED6FD5. Grayscale: #5E5E5E. Windows color (decimal): -15560662 or 2789394. OLE color: 2789394.
HSL color Cylindrical-coordinate representation of color #12902A: hue angle of 131.43º 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 #12902A is Cyan = 0.88, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 18 | 144 | 42 | - |
| CMYK | 0.88 | 0 | 0.71 | 0.44 |
| HSL | 131.43º | 0.78% | 0.32% | - |
| HSV(B) | 131.43º | 0.88% | 0.56% | - |
| XYZ | 10.64 | 20.24 | 5.54 | - |
| YUV | 94.7 | 98.26 | 73.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 144 | 42 | 0.88 | 0 | 0.71 | 0.44 | 131.43 | 0.78 | 0.32 |
| Hex | 12 | 90 | 2A | 58 | 0 | 47 | 2C | 83 | 4E | 20 |
| Octal | 22 | 220 | 52 | 130 | 0 | 107 | 54 | 203 | 116 | 40 |
| Binary | 10010 | 10010000 | 101010 | 1011000 | 0 | 1000111 | 101100 | 10000011 | 1001110 | 100000 |
Color Harmonies of #12902A
Complementary color
Monochromatic Colors of #12902A
Black with #12902A
Text Example
Text Example
White with #12902A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12902A; }
p { color: rgb(18,144,42); }
H1.HeaderClassName
{
color: #12902A;
}
.AnyTagClassName
{
color: #12902A;
}
</style>
background-color css
<style>
a { background-color: #12902A; }
a { background-color: rgb(18,144,42); }
div.DivClassName
{
background-color: #12902A;
}
.BgClassName
{
background-color: #12902A;
}
</style>
border-color css
<style>
span { border-color: #12902A; }
span { border-color: rgb(18,144,42); }
td.TdClassName
{
border-color: #12902A;
}
.TagClassName
{
border-color: #12902A;
}
</style>