Shades of Forest Green #12741F
Tints of Forest Green #12741F
RGB
CMYK
RGB Variations
Color information
#12741F (or 0x12741F) is known color: Forest Green. HEX triplet: 12, 74 and 1F. RGB value is (18,116,31). Sum of RGB (Red+Green+Blue) = 18+116+31=165 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.91% from 165); Green value is 116 (45.70% from 255 or 70.30% from 165); Blue value is 31 (12.5% from 255 or 18.79% from 165); Max value from RGB is 116 - color contains mainly: green. Hex color #12741F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12741F is #ED8BE0. Grayscale: #4D4D4D. Windows color (decimal): -15567841 or 2061330. OLE color: 2061330.
HSL color Cylindrical-coordinate representation of color #12741F: hue angle of 127.96º 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 #12741F is Cyan = 0.84, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 18 | 116 | 31 | - |
| CMYK | 0.84 | 0 | 0.73 | 0.55 |
| HSL | 127.96º | 0.73% | 0.26% | - |
| HSV(B) | 127.96º | 0.84% | 0.45% | - |
| XYZ | 6.74 | 12.72 | 3.4 | - |
| YUV | 77.01 | 102.03 | 85.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 116 | 31 | 0.84 | 0 | 0.73 | 0.55 | 127.96 | 0.73 | 0.26 |
| Hex | 12 | 74 | 1F | 54 | 0 | 49 | 37 | 80 | 49 | 1A |
| Octal | 22 | 164 | 37 | 124 | 0 | 111 | 67 | 200 | 111 | 32 |
| Binary | 10010 | 1110100 | 11111 | 1010100 | 0 | 1001001 | 110111 | 10000000 | 1001001 | 11010 |
Color Harmonies of #12741F
Complementary color
Monochromatic Colors of #12741F
Black with #12741F
Text Example
Text Example
White with #12741F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12741F; }
p { color: rgb(18,116,31); }
H1.HeaderClassName
{
color: #12741F;
}
.AnyTagClassName
{
color: #12741F;
}
</style>
background-color css
<style>
a { background-color: #12741F; }
a { background-color: rgb(18,116,31); }
div.DivClassName
{
background-color: #12741F;
}
.BgClassName
{
background-color: #12741F;
}
</style>
border-color css
<style>
span { border-color: #12741F; }
span { border-color: rgb(18,116,31); }
td.TdClassName
{
border-color: #12741F;
}
.TagClassName
{
border-color: #12741F;
}
</style>