Shades of Forest Green #12992D
Tints of Forest Green #12992D
RGB
CMYK
RGB Variations
Color information
#12992D (or 0x12992D) is known color: Forest Green. HEX triplet: 12, 99 and 2D. RGB value is (18,153,45). Sum of RGB (Red+Green+Blue) = 18+153+45=216 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.33% from 216); Green value is 153 (60.16% from 255 or 70.83% from 216); Blue value is 45 (17.97% from 255 or 20.83% from 216); Max value from RGB is 153 - color contains mainly: green. Hex color #12992D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12992D is #ED66D2. Grayscale: #646464. Windows color (decimal): -15558355 or 2988306. OLE color: 2988306.
HSL color Cylindrical-coordinate representation of color #12992D: hue angle of 132º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12992D is Cyan = 0.88, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 18 | 153 | 45 | - |
| CMYK | 0.88 | 0 | 0.71 | 0.4 |
| HSL | 132º | 0.79% | 0.34% | - |
| HSV(B) | 132º | 0.88% | 0.6% | - |
| XYZ | 12.11 | 23.1 | 6.3 | - |
| YUV | 100.32 | 96.77 | 69.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 153 | 45 | 0.88 | 0 | 0.71 | 0.4 | 132 | 0.79 | 0.34 |
| Hex | 12 | 99 | 2D | 58 | 0 | 47 | 28 | 84 | 4F | 22 |
| Octal | 22 | 231 | 55 | 130 | 0 | 107 | 50 | 204 | 117 | 42 |
| Binary | 10010 | 10011001 | 101101 | 1011000 | 0 | 1000111 | 101000 | 10000100 | 1001111 | 100010 |
Color Harmonies of #12992D
Complementary color
Monochromatic Colors of #12992D
Black with #12992D
Text Example
Text Example
White with #12992D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12992D; }
p { color: rgb(18,153,45); }
H1.HeaderClassName
{
color: #12992D;
}
.AnyTagClassName
{
color: #12992D;
}
</style>
background-color css
<style>
a { background-color: #12992D; }
a { background-color: rgb(18,153,45); }
div.DivClassName
{
background-color: #12992D;
}
.BgClassName
{
background-color: #12992D;
}
</style>
border-color css
<style>
span { border-color: #12992D; }
span { border-color: rgb(18,153,45); }
td.TdClassName
{
border-color: #12992D;
}
.TagClassName
{
border-color: #12992D;
}
</style>