Shades of Forest Green #12822E
Tints of Forest Green #12822E
RGB
CMYK
RGB Variations
Color information
#12822E (or 0x12822E) is known color: Forest Green. HEX triplet: 12, 82 and 2E. RGB value is (18,130,46). Sum of RGB (Red+Green+Blue) = 18+130+46=194 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.28% from 194); Green value is 130 (51.17% from 255 or 67.01% from 194); Blue value is 46 (18.36% from 255 or 23.71% from 194); Max value from RGB is 130 - color contains mainly: green. Hex color #12822E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12822E is #ED7DD1. Grayscale: #575757. Windows color (decimal): -15564242 or 3047954. OLE color: 3047954.
HSL color Cylindrical-coordinate representation of color #12822E: hue angle of 135º 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 #12822E is Cyan = 0.86, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 18 | 130 | 46 | - |
| CMYK | 0.86 | 0 | 0.65 | 0.49 |
| HSL | 135º | 0.76% | 0.29% | - |
| HSV(B) | 135º | 0.86% | 0.51% | - |
| XYZ | 8.73 | 16.29 | 5.27 | - |
| YUV | 86.94 | 104.89 | 78.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 130 | 46 | 0.86 | 0 | 0.65 | 0.49 | 135 | 0.76 | 0.29 |
| Hex | 12 | 82 | 2E | 56 | 0 | 41 | 31 | 87 | 4C | 1D |
| Octal | 22 | 202 | 56 | 126 | 0 | 101 | 61 | 207 | 114 | 35 |
| Binary | 10010 | 10000010 | 101110 | 1010110 | 0 | 1000001 | 110001 | 10000111 | 1001100 | 11101 |
Color Harmonies of #12822E
Complementary color
Monochromatic Colors of #12822E
Black with #12822E
Text Example
Text Example
White with #12822E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12822E; }
p { color: rgb(18,130,46); }
H1.HeaderClassName
{
color: #12822E;
}
.AnyTagClassName
{
color: #12822E;
}
</style>
background-color css
<style>
a { background-color: #12822E; }
a { background-color: rgb(18,130,46); }
div.DivClassName
{
background-color: #12822E;
}
.BgClassName
{
background-color: #12822E;
}
</style>
border-color css
<style>
span { border-color: #12822E; }
span { border-color: rgb(18,130,46); }
td.TdClassName
{
border-color: #12822E;
}
.TagClassName
{
border-color: #12822E;
}
</style>