Shades of Forest Green #12802C
Tints of Forest Green #12802C
RGB
CMYK
RGB Variations
Color information
#12802C (or 0x12802C) is known color: Forest Green. HEX triplet: 12, 80 and 2C. RGB value is (18,128,44). Sum of RGB (Red+Green+Blue) = 18+128+44=190 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.47% from 190); Green value is 128 (50.39% from 255 or 67.37% from 190); Blue value is 44 (17.58% from 255 or 23.16% from 190); Max value from RGB is 128 - color contains mainly: green. Hex color #12802C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12802C is #ED7FD3. Grayscale: #555555. Windows color (decimal): -15564756 or 2916370. OLE color: 2916370.
HSL color Cylindrical-coordinate representation of color #12802C: hue angle of 134.18º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #12802C is Cyan = 0.86, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 18 | 128 | 44 | - |
| CMYK | 0.86 | 0 | 0.66 | 0.50 |
| HSL | 134.18º | 0.75% | 0.29% | - |
| HSV(B) | 134.18º | 0.86% | 0.5% | - |
| XYZ | 8.42 | 15.75 | 4.98 | - |
| YUV | 85.53 | 104.56 | 79.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 128 | 44 | 0.86 | 0 | 0.66 | 0.50 | 134.18 | 0.75 | 0.29 |
| Hex | 12 | 80 | 2C | 56 | 0 | 42 | 32 | 86 | 4B | 1D |
| Octal | 22 | 200 | 54 | 126 | 0 | 102 | 62 | 206 | 113 | 35 |
| Binary | 10010 | 10000000 | 101100 | 1010110 | 0 | 1000010 | 110010 | 10000110 | 1001011 | 11101 |
Color Harmonies of #12802C
Complementary color
Monochromatic Colors of #12802C
Black with #12802C
Text Example
Text Example
White with #12802C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12802C; }
p { color: rgb(18,128,44); }
H1.HeaderClassName
{
color: #12802C;
}
.AnyTagClassName
{
color: #12802C;
}
</style>
background-color css
<style>
a { background-color: #12802C; }
a { background-color: rgb(18,128,44); }
div.DivClassName
{
background-color: #12802C;
}
.BgClassName
{
background-color: #12802C;
}
</style>
border-color css
<style>
span { border-color: #12802C; }
span { border-color: rgb(18,128,44); }
td.TdClassName
{
border-color: #12802C;
}
.TagClassName
{
border-color: #12802C;
}
</style>