Shades of Forest Green #12872D
Tints of Forest Green #12872D
RGB
CMYK
RGB Variations
Color information
#12872D (or 0x12872D) is known color: Forest Green. HEX triplet: 12, 87 and 2D. RGB value is (18,135,45). Sum of RGB (Red+Green+Blue) = 18+135+45=198 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.09% from 198); Green value is 135 (53.12% from 255 or 68.18% from 198); Blue value is 45 (17.97% from 255 or 22.73% from 198); Max value from RGB is 135 - color contains mainly: green. Hex color #12872D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12872D is #ED78D2. Grayscale: #5A5A5A. Windows color (decimal): -15562963 or 2983698. OLE color: 2983698.
HSL color Cylindrical-coordinate representation of color #12872D: hue angle of 133.85º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #12872D is Cyan = 0.87, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 18 | 135 | 45 | - |
| CMYK | 0.87 | 0 | 0.67 | 0.47 |
| HSL | 133.85º | 0.76% | 0.3% | - |
| HSV(B) | 133.85º | 0.87% | 0.53% | - |
| XYZ | 9.39 | 17.65 | 5.39 | - |
| YUV | 89.76 | 102.74 | 76.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 135 | 45 | 0.87 | 0 | 0.67 | 0.47 | 133.85 | 0.76 | 0.3 |
| Hex | 12 | 87 | 2D | 57 | 0 | 43 | 2F | 86 | 4C | 1E |
| Octal | 22 | 207 | 55 | 127 | 0 | 103 | 57 | 206 | 114 | 36 |
| Binary | 10010 | 10000111 | 101101 | 1010111 | 0 | 1000011 | 101111 | 10000110 | 1001100 | 11110 |
Color Harmonies of #12872D
Complementary color
Monochromatic Colors of #12872D
Black with #12872D
Text Example
Text Example
White with #12872D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12872D; }
p { color: rgb(18,135,45); }
H1.HeaderClassName
{
color: #12872D;
}
.AnyTagClassName
{
color: #12872D;
}
</style>
background-color css
<style>
a { background-color: #12872D; }
a { background-color: rgb(18,135,45); }
div.DivClassName
{
background-color: #12872D;
}
.BgClassName
{
background-color: #12872D;
}
</style>
border-color css
<style>
span { border-color: #12872D; }
span { border-color: rgb(18,135,45); }
td.TdClassName
{
border-color: #12872D;
}
.TagClassName
{
border-color: #12872D;
}
</style>