Shades of Forest Green #12822D
Tints of Forest Green #12822D
RGB
CMYK
RGB Variations
Color information
#12822D (or 0x12822D) is known color: Forest Green. HEX triplet: 12, 82 and 2D. RGB value is (18,130,45). Sum of RGB (Red+Green+Blue) = 18+130+45=193 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.33% from 193); Green value is 130 (51.17% from 255 or 67.36% from 193); Blue value is 45 (17.97% from 255 or 23.32% from 193); Max value from RGB is 130 - color contains mainly: green. Hex color #12822D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12822D is #ED7DD2. Grayscale: #575757. Windows color (decimal): -15564243 or 2982418. OLE color: 2982418.
HSL color Cylindrical-coordinate representation of color #12822D: hue angle of 134.46º 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 #12822D is Cyan = 0.86, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 18 | 130 | 45 | - |
| CMYK | 0.86 | 0 | 0.65 | 0.49 |
| HSL | 134.46º | 0.76% | 0.29% | - |
| HSV(B) | 134.46º | 0.86% | 0.51% | - |
| XYZ | 8.71 | 16.28 | 5.17 | - |
| YUV | 86.82 | 104.39 | 78.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 130 | 45 | 0.86 | 0 | 0.65 | 0.49 | 134.46 | 0.76 | 0.29 |
| Hex | 12 | 82 | 2D | 56 | 0 | 41 | 31 | 86 | 4C | 1D |
| Octal | 22 | 202 | 55 | 126 | 0 | 101 | 61 | 206 | 114 | 35 |
| Binary | 10010 | 10000010 | 101101 | 1010110 | 0 | 1000001 | 110001 | 10000110 | 1001100 | 11101 |
Color Harmonies of #12822D
Complementary color
Monochromatic Colors of #12822D
Black with #12822D
Text Example
Text Example
White with #12822D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12822D; }
p { color: rgb(18,130,45); }
H1.HeaderClassName
{
color: #12822D;
}
.AnyTagClassName
{
color: #12822D;
}
</style>
background-color css
<style>
a { background-color: #12822D; }
a { background-color: rgb(18,130,45); }
div.DivClassName
{
background-color: #12822D;
}
.BgClassName
{
background-color: #12822D;
}
</style>
border-color css
<style>
span { border-color: #12822D; }
span { border-color: rgb(18,130,45); }
td.TdClassName
{
border-color: #12822D;
}
.TagClassName
{
border-color: #12822D;
}
</style>