Shades of Forest Green #12921B
Tints of Forest Green #12921B
RGB
CMYK
RGB Variations
Color information
#12921B (or 0x12921B) is known color: Forest Green. HEX triplet: 12, 92 and 1B. RGB value is (18,146,27). Sum of RGB (Red+Green+Blue) = 18+146+27=191 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.42% from 191); Green value is 146 (57.42% from 255 or 76.44% from 191); Blue value is 27 (10.94% from 255 or 14.14% from 191); Max value from RGB is 146 - color contains mainly: green. Hex color #12921B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12921B is #ED6DE4. Grayscale: #5E5E5E. Windows color (decimal): -15560165 or 1806866. OLE color: 1806866.
HSL color Cylindrical-coordinate representation of color #12921B: hue angle of 124.22º 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 #12921B is Cyan = 0.88, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 18 | 146 | 27 | - |
| CMYK | 0.88 | 0 | 0.82 | 0.43 |
| HSL | 124.22º | 0.78% | 0.32% | - |
| HSV(B) | 124.22º | 0.88% | 0.57% | - |
| XYZ | 10.73 | 20.77 | 4.48 | - |
| YUV | 94.16 | 90.09 | 73.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 146 | 27 | 0.88 | 0 | 0.82 | 0.43 | 124.22 | 0.78 | 0.32 |
| Hex | 12 | 92 | 1B | 58 | 0 | 52 | 2B | 7C | 4E | 20 |
| Octal | 22 | 222 | 33 | 130 | 0 | 122 | 53 | 174 | 116 | 40 |
| Binary | 10010 | 10010010 | 11011 | 1011000 | 0 | 1010010 | 101011 | 1111100 | 1001110 | 100000 |
Color Harmonies of #12921B
Complementary color
Monochromatic Colors of #12921B
Black with #12921B
Text Example
Text Example
White with #12921B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12921B; }
p { color: rgb(18,146,27); }
H1.HeaderClassName
{
color: #12921B;
}
.AnyTagClassName
{
color: #12921B;
}
</style>
background-color css
<style>
a { background-color: #12921B; }
a { background-color: rgb(18,146,27); }
div.DivClassName
{
background-color: #12921B;
}
.BgClassName
{
background-color: #12921B;
}
</style>
border-color css
<style>
span { border-color: #12921B; }
span { border-color: rgb(18,146,27); }
td.TdClassName
{
border-color: #12921B;
}
.TagClassName
{
border-color: #12921B;
}
</style>