Shades of Forest Green #12912B
Tints of Forest Green #12912B
RGB
CMYK
RGB Variations
Color information
#12912B (or 0x12912B) is known color: Forest Green. HEX triplet: 12, 91 and 2B. RGB value is (18,145,43). Sum of RGB (Red+Green+Blue) = 18+145+43=206 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.74% from 206); Green value is 145 (57.03% from 255 or 70.39% from 206); Blue value is 43 (17.19% from 255 or 20.87% from 206); Max value from RGB is 145 - color contains mainly: green. Hex color #12912B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12912B is #ED6ED4. Grayscale: #5F5F5F. Windows color (decimal): -15560405 or 2855186. OLE color: 2855186.
HSL color Cylindrical-coordinate representation of color #12912B: hue angle of 131.81º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12912B is Cyan = 0.88, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 18 | 145 | 43 | - |
| CMYK | 0.88 | 0 | 0.70 | 0.43 |
| HSL | 131.81º | 0.78% | 0.32% | - |
| HSV(B) | 131.81º | 0.88% | 0.57% | - |
| XYZ | 10.81 | 20.55 | 5.68 | - |
| YUV | 95.4 | 98.42 | 72.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 145 | 43 | 0.88 | 0 | 0.70 | 0.43 | 131.81 | 0.78 | 0.32 |
| Hex | 12 | 91 | 2B | 58 | 0 | 46 | 2B | 84 | 4E | 20 |
| Octal | 22 | 221 | 53 | 130 | 0 | 106 | 53 | 204 | 116 | 40 |
| Binary | 10010 | 10010001 | 101011 | 1011000 | 0 | 1000110 | 101011 | 10000100 | 1001110 | 100000 |
Color Harmonies of #12912B
Complementary color
Monochromatic Colors of #12912B
Black with #12912B
Text Example
Text Example
White with #12912B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12912B; }
p { color: rgb(18,145,43); }
H1.HeaderClassName
{
color: #12912B;
}
.AnyTagClassName
{
color: #12912B;
}
</style>
background-color css
<style>
a { background-color: #12912B; }
a { background-color: rgb(18,145,43); }
div.DivClassName
{
background-color: #12912B;
}
.BgClassName
{
background-color: #12912B;
}
</style>
border-color css
<style>
span { border-color: #12912B; }
span { border-color: rgb(18,145,43); }
td.TdClassName
{
border-color: #12912B;
}
.TagClassName
{
border-color: #12912B;
}
</style>