Shades of Forest Green #12741C
Tints of Forest Green #12741C
RGB
CMYK
RGB Variations
Color information
#12741C (or 0x12741C) is known color: Forest Green. HEX triplet: 12, 74 and 1C. RGB value is (18,116,28). Sum of RGB (Red+Green+Blue) = 18+116+28=162 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.11% from 162); Green value is 116 (45.70% from 255 or 71.60% from 162); Blue value is 28 (11.33% from 255 or 17.28% from 162); Max value from RGB is 116 - color contains mainly: green. Hex color #12741C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12741C is #ED8BE3. Grayscale: #4C4C4C. Windows color (decimal): -15567844 or 1864722. OLE color: 1864722.
HSL color Cylindrical-coordinate representation of color #12741C: hue angle of 126.12º 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 #12741C is Cyan = 0.84, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 18 | 116 | 28 | - |
| CMYK | 0.84 | 0 | 0.76 | 0.55 |
| HSL | 126.12º | 0.73% | 0.26% | - |
| HSV(B) | 126.12º | 0.84% | 0.45% | - |
| XYZ | 6.7 | 12.7 | 3.2 | - |
| YUV | 76.67 | 100.53 | 86.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 116 | 28 | 0.84 | 0 | 0.76 | 0.55 | 126.12 | 0.73 | 0.26 |
| Hex | 12 | 74 | 1C | 54 | 0 | 4C | 37 | 7E | 49 | 1A |
| Octal | 22 | 164 | 34 | 124 | 0 | 114 | 67 | 176 | 111 | 32 |
| Binary | 10010 | 1110100 | 11100 | 1010100 | 0 | 1001100 | 110111 | 1111110 | 1001001 | 11010 |
Color Harmonies of #12741C
Complementary color
Monochromatic Colors of #12741C
Black with #12741C
Text Example
Text Example
White with #12741C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12741C; }
p { color: rgb(18,116,28); }
H1.HeaderClassName
{
color: #12741C;
}
.AnyTagClassName
{
color: #12741C;
}
</style>
background-color css
<style>
a { background-color: #12741C; }
a { background-color: rgb(18,116,28); }
div.DivClassName
{
background-color: #12741C;
}
.BgClassName
{
background-color: #12741C;
}
</style>
border-color css
<style>
span { border-color: #12741C; }
span { border-color: rgb(18,116,28); }
td.TdClassName
{
border-color: #12741C;
}
.TagClassName
{
border-color: #12741C;
}
</style>