Shades of Forest Green #12822C
Tints of Forest Green #12822C
RGB
CMYK
RGB Variations
Color information
#12822C (or 0x12822C) is known color: Forest Green. HEX triplet: 12, 82 and 2C. RGB value is (18,130,44). Sum of RGB (Red+Green+Blue) = 18+130+44=192 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.38% from 192); Green value is 130 (51.17% from 255 or 67.71% from 192); Blue value is 44 (17.58% from 255 or 22.92% from 192); Max value from RGB is 130 - color contains mainly: green. Hex color #12822C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12822C is #ED7DD3. Grayscale: #565656. Windows color (decimal): -15564244 or 2916882. OLE color: 2916882.
HSL color Cylindrical-coordinate representation of color #12822C: hue angle of 133.93º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #12822C is Cyan = 0.86, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 18 | 130 | 44 | - |
| CMYK | 0.86 | 0 | 0.66 | 0.49 |
| HSL | 133.93º | 0.76% | 0.29% | - |
| HSV(B) | 133.93º | 0.86% | 0.51% | - |
| XYZ | 8.69 | 16.28 | 5.07 | - |
| YUV | 86.71 | 103.89 | 78.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 130 | 44 | 0.86 | 0 | 0.66 | 0.49 | 133.93 | 0.76 | 0.29 |
| Hex | 12 | 82 | 2C | 56 | 0 | 42 | 31 | 86 | 4C | 1D |
| Octal | 22 | 202 | 54 | 126 | 0 | 102 | 61 | 206 | 114 | 35 |
| Binary | 10010 | 10000010 | 101100 | 1010110 | 0 | 1000010 | 110001 | 10000110 | 1001100 | 11101 |
Color Harmonies of #12822C
Complementary color
Monochromatic Colors of #12822C
Black with #12822C
Text Example
Text Example
White with #12822C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12822C; }
p { color: rgb(18,130,44); }
H1.HeaderClassName
{
color: #12822C;
}
.AnyTagClassName
{
color: #12822C;
}
</style>
background-color css
<style>
a { background-color: #12822C; }
a { background-color: rgb(18,130,44); }
div.DivClassName
{
background-color: #12822C;
}
.BgClassName
{
background-color: #12822C;
}
</style>
border-color css
<style>
span { border-color: #12822C; }
span { border-color: rgb(18,130,44); }
td.TdClassName
{
border-color: #12822C;
}
.TagClassName
{
border-color: #12822C;
}
</style>