Shades of Forest Green #12892D
Tints of Forest Green #12892D
RGB
CMYK
RGB Variations
Color information
#12892D (or 0x12892D) is known color: Forest Green. HEX triplet: 12, 89 and 2D. RGB value is (18,137,45). Sum of RGB (Red+Green+Blue) = 18+137+45=200 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9% from 200); Green value is 137 (53.91% from 255 or 68.5% from 200); Blue value is 45 (17.97% from 255 or 22.5% from 200); Max value from RGB is 137 - color contains mainly: green. Hex color #12892D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12892D is #ED76D2. Grayscale: #5B5B5B. Windows color (decimal): -15562451 or 2984210. OLE color: 2984210.
HSL color Cylindrical-coordinate representation of color #12892D: hue angle of 133.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 #12892D is Cyan = 0.87, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 18 | 137 | 45 | - |
| CMYK | 0.87 | 0 | 0.67 | 0.46 |
| HSL | 133.61º | 0.77% | 0.3% | - |
| HSV(B) | 133.61º | 0.87% | 0.54% | - |
| XYZ | 9.67 | 18.21 | 5.49 | - |
| YUV | 90.93 | 102.08 | 75.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 137 | 45 | 0.87 | 0 | 0.67 | 0.46 | 133.61 | 0.77 | 0.3 |
| Hex | 12 | 89 | 2D | 57 | 0 | 43 | 2E | 86 | 4D | 1E |
| Octal | 22 | 211 | 55 | 127 | 0 | 103 | 56 | 206 | 115 | 36 |
| Binary | 10010 | 10001001 | 101101 | 1010111 | 0 | 1000011 | 101110 | 10000110 | 1001101 | 11110 |
Color Harmonies of #12892D
Complementary color
Monochromatic Colors of #12892D
Black with #12892D
Text Example
Text Example
White with #12892D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12892D; }
p { color: rgb(18,137,45); }
H1.HeaderClassName
{
color: #12892D;
}
.AnyTagClassName
{
color: #12892D;
}
</style>
background-color css
<style>
a { background-color: #12892D; }
a { background-color: rgb(18,137,45); }
div.DivClassName
{
background-color: #12892D;
}
.BgClassName
{
background-color: #12892D;
}
</style>
border-color css
<style>
span { border-color: #12892D; }
span { border-color: rgb(18,137,45); }
td.TdClassName
{
border-color: #12892D;
}
.TagClassName
{
border-color: #12892D;
}
</style>