Shades of Forest Green #12892B
Tints of Forest Green #12892B
RGB
CMYK
RGB Variations
Color information
#12892B (or 0x12892B) is known color: Forest Green. HEX triplet: 12, 89 and 2B. RGB value is (18,137,43). Sum of RGB (Red+Green+Blue) = 18+137+43=198 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.09% from 198); Green value is 137 (53.91% from 255 or 69.19% from 198); Blue value is 43 (17.19% from 255 or 21.72% from 198); Max value from RGB is 137 - color contains mainly: green. Hex color #12892B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12892B is #ED76D4. Grayscale: #5A5A5A. Windows color (decimal): -15562453 or 2853138. OLE color: 2853138.
HSL color Cylindrical-coordinate representation of color #12892B: hue angle of 132.61º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #12892B is Cyan = 0.87, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 18 | 137 | 43 | - |
| CMYK | 0.87 | 0 | 0.69 | 0.46 |
| HSL | 132.61º | 0.77% | 0.3% | - |
| HSV(B) | 132.61º | 0.87% | 0.54% | - |
| XYZ | 9.63 | 18.19 | 5.29 | - |
| YUV | 90.7 | 101.08 | 76.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 137 | 43 | 0.87 | 0 | 0.69 | 0.46 | 132.61 | 0.77 | 0.3 |
| Hex | 12 | 89 | 2B | 57 | 0 | 45 | 2E | 85 | 4D | 1E |
| Octal | 22 | 211 | 53 | 127 | 0 | 105 | 56 | 205 | 115 | 36 |
| Binary | 10010 | 10001001 | 101011 | 1010111 | 0 | 1000101 | 101110 | 10000101 | 1001101 | 11110 |
Color Harmonies of #12892B
Complementary color
Monochromatic Colors of #12892B
Black with #12892B
Text Example
Text Example
White with #12892B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12892B; }
p { color: rgb(18,137,43); }
H1.HeaderClassName
{
color: #12892B;
}
.AnyTagClassName
{
color: #12892B;
}
</style>
background-color css
<style>
a { background-color: #12892B; }
a { background-color: rgb(18,137,43); }
div.DivClassName
{
background-color: #12892B;
}
.BgClassName
{
background-color: #12892B;
}
</style>
border-color css
<style>
span { border-color: #12892B; }
span { border-color: rgb(18,137,43); }
td.TdClassName
{
border-color: #12892B;
}
.TagClassName
{
border-color: #12892B;
}
</style>