Shades of Forest Green #12731C
Tints of Forest Green #12731C
RGB
CMYK
RGB Variations
Color information
#12731C (or 0x12731C) is known color: Forest Green. HEX triplet: 12, 73 and 1C. RGB value is (18,115,28). Sum of RGB (Red+Green+Blue) = 18+115+28=161 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.18% from 161); Green value is 115 (45.31% from 255 or 71.43% from 161); Blue value is 28 (11.33% from 255 or 17.39% from 161); Max value from RGB is 115 - color contains mainly: green. Hex color #12731C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12731C is #ED8CE3. Grayscale: #4C4C4C. Windows color (decimal): -15568100 or 1864466. OLE color: 1864466.
HSL color Cylindrical-coordinate representation of color #12731C: hue angle of 126.19º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #12731C is Cyan = 0.84, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 18 | 115 | 28 | - |
| CMYK | 0.84 | 0 | 0.76 | 0.55 |
| HSL | 126.19º | 0.73% | 0.26% | - |
| HSV(B) | 126.19º | 0.84% | 0.45% | - |
| XYZ | 6.59 | 12.47 | 3.16 | - |
| YUV | 76.08 | 100.86 | 86.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 115 | 28 | 0.84 | 0 | 0.76 | 0.55 | 126.19 | 0.73 | 0.26 |
| Hex | 12 | 73 | 1C | 54 | 0 | 4C | 37 | 7E | 49 | 1A |
| Octal | 22 | 163 | 34 | 124 | 0 | 114 | 67 | 176 | 111 | 32 |
| Binary | 10010 | 1110011 | 11100 | 1010100 | 0 | 1001100 | 110111 | 1111110 | 1001001 | 11010 |
Color Harmonies of #12731C
Complementary color
Monochromatic Colors of #12731C
Black with #12731C
Text Example
Text Example
White with #12731C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12731C; }
p { color: rgb(18,115,28); }
H1.HeaderClassName
{
color: #12731C;
}
.AnyTagClassName
{
color: #12731C;
}
</style>
background-color css
<style>
a { background-color: #12731C; }
a { background-color: rgb(18,115,28); }
div.DivClassName
{
background-color: #12731C;
}
.BgClassName
{
background-color: #12731C;
}
</style>
border-color css
<style>
span { border-color: #12731C; }
span { border-color: rgb(18,115,28); }
td.TdClassName
{
border-color: #12731C;
}
.TagClassName
{
border-color: #12731C;
}
</style>