Shades of Forest Green #12921D
Tints of Forest Green #12921D
RGB
CMYK
RGB Variations
Color information
#12921D (or 0x12921D) is known color: Forest Green. HEX triplet: 12, 92 and 1D. RGB value is (18,146,29). Sum of RGB (Red+Green+Blue) = 18+146+29=193 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.33% from 193); Green value is 146 (57.42% from 255 or 75.65% from 193); Blue value is 29 (11.72% from 255 or 15.03% from 193); Max value from RGB is 146 - color contains mainly: green. Hex color #12921D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12921D is #ED6DE2. Grayscale: #5E5E5E. Windows color (decimal): -15560163 or 1937938. OLE color: 1937938.
HSL color Cylindrical-coordinate representation of color #12921D: hue angle of 125.16º 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 #12921D is Cyan = 0.88, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 18 | 146 | 29 | - |
| CMYK | 0.88 | 0 | 0.80 | 0.43 |
| HSL | 125.16º | 0.78% | 0.32% | - |
| HSV(B) | 125.16º | 0.88% | 0.57% | - |
| XYZ | 10.75 | 20.78 | 4.61 | - |
| YUV | 94.39 | 91.09 | 73.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 146 | 29 | 0.88 | 0 | 0.80 | 0.43 | 125.16 | 0.78 | 0.32 |
| Hex | 12 | 92 | 1D | 58 | 0 | 50 | 2B | 7D | 4E | 20 |
| Octal | 22 | 222 | 35 | 130 | 0 | 120 | 53 | 175 | 116 | 40 |
| Binary | 10010 | 10010010 | 11101 | 1011000 | 0 | 1010000 | 101011 | 1111101 | 1001110 | 100000 |
Color Harmonies of #12921D
Complementary color
Monochromatic Colors of #12921D
Black with #12921D
Text Example
Text Example
White with #12921D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12921D; }
p { color: rgb(18,146,29); }
H1.HeaderClassName
{
color: #12921D;
}
.AnyTagClassName
{
color: #12921D;
}
</style>
background-color css
<style>
a { background-color: #12921D; }
a { background-color: rgb(18,146,29); }
div.DivClassName
{
background-color: #12921D;
}
.BgClassName
{
background-color: #12921D;
}
</style>
border-color css
<style>
span { border-color: #12921D; }
span { border-color: rgb(18,146,29); }
td.TdClassName
{
border-color: #12921D;
}
.TagClassName
{
border-color: #12921D;
}
</style>