Shades of Forest Green #12852C
Tints of Forest Green #12852C
RGB
CMYK
RGB Variations
Color information
#12852C (or 0x12852C) is known color: Forest Green. HEX triplet: 12, 85 and 2C. RGB value is (18,133,44). Sum of RGB (Red+Green+Blue) = 18+133+44=195 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.23% from 195); Green value is 133 (52.34% from 255 or 68.21% from 195); Blue value is 44 (17.58% from 255 or 22.56% from 195); Max value from RGB is 133 - color contains mainly: green. Hex color #12852C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12852C is #ED7AD3. Grayscale: #585858. Windows color (decimal): -15563476 or 2917650. OLE color: 2917650.
HSL color Cylindrical-coordinate representation of color #12852C: hue angle of 133.57º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #12852C is Cyan = 0.86, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 18 | 133 | 44 | - |
| CMYK | 0.86 | 0 | 0.67 | 0.48 |
| HSL | 133.57º | 0.76% | 0.3% | - |
| HSV(B) | 133.57º | 0.86% | 0.52% | - |
| XYZ | 9.09 | 17.09 | 5.2 | - |
| YUV | 88.47 | 102.9 | 77.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 133 | 44 | 0.86 | 0 | 0.67 | 0.48 | 133.57 | 0.76 | 0.3 |
| Hex | 12 | 85 | 2C | 56 | 0 | 43 | 30 | 86 | 4C | 1E |
| Octal | 22 | 205 | 54 | 126 | 0 | 103 | 60 | 206 | 114 | 36 |
| Binary | 10010 | 10000101 | 101100 | 1010110 | 0 | 1000011 | 110000 | 10000110 | 1001100 | 11110 |
Color Harmonies of #12852C
Complementary color
Monochromatic Colors of #12852C
Black with #12852C
Text Example
Text Example
White with #12852C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12852C; }
p { color: rgb(18,133,44); }
H1.HeaderClassName
{
color: #12852C;
}
.AnyTagClassName
{
color: #12852C;
}
</style>
background-color css
<style>
a { background-color: #12852C; }
a { background-color: rgb(18,133,44); }
div.DivClassName
{
background-color: #12852C;
}
.BgClassName
{
background-color: #12852C;
}
</style>
border-color css
<style>
span { border-color: #12852C; }
span { border-color: rgb(18,133,44); }
td.TdClassName
{
border-color: #12852C;
}
.TagClassName
{
border-color: #12852C;
}
</style>