Shades of Forest Green #12811C
Tints of Forest Green #12811C
RGB
CMYK
RGB Variations
Color information
#12811C (or 0x12811C) is known color: Forest Green. HEX triplet: 12, 81 and 1C. RGB value is (18,129,28). Sum of RGB (Red+Green+Blue) = 18+129+28=175 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.29% from 175); Green value is 129 (50.78% from 255 or 73.71% from 175); Blue value is 28 (11.33% from 255 or 16% from 175); Max value from RGB is 129 - color contains mainly: green. Hex color #12811C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12811C is #ED7EE3. Grayscale: #545454. Windows color (decimal): -15564516 or 1868050. OLE color: 1868050.
HSL color Cylindrical-coordinate representation of color #12811C: hue angle of 125.41º 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 #12811C is Cyan = 0.86, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 18 | 129 | 28 | - |
| CMYK | 0.86 | 0 | 0.78 | 0.49 |
| HSL | 125.41º | 0.76% | 0.29% | - |
| HSV(B) | 125.41º | 0.86% | 0.51% | - |
| XYZ | 8.31 | 15.91 | 3.73 | - |
| YUV | 84.3 | 96.23 | 80.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 129 | 28 | 0.86 | 0 | 0.78 | 0.49 | 125.41 | 0.76 | 0.29 |
| Hex | 12 | 81 | 1C | 56 | 0 | 4E | 31 | 7D | 4C | 1D |
| Octal | 22 | 201 | 34 | 126 | 0 | 116 | 61 | 175 | 114 | 35 |
| Binary | 10010 | 10000001 | 11100 | 1010110 | 0 | 1001110 | 110001 | 1111101 | 1001100 | 11101 |
Color Harmonies of #12811C
Complementary color
Monochromatic Colors of #12811C
Black with #12811C
Text Example
Text Example
White with #12811C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12811C; }
p { color: rgb(18,129,28); }
H1.HeaderClassName
{
color: #12811C;
}
.AnyTagClassName
{
color: #12811C;
}
</style>
background-color css
<style>
a { background-color: #12811C; }
a { background-color: rgb(18,129,28); }
div.DivClassName
{
background-color: #12811C;
}
.BgClassName
{
background-color: #12811C;
}
</style>
border-color css
<style>
span { border-color: #12811C; }
span { border-color: rgb(18,129,28); }
td.TdClassName
{
border-color: #12811C;
}
.TagClassName
{
border-color: #12811C;
}
</style>