Shades of Forest Green #12761B
Tints of Forest Green #12761B
RGB
CMYK
RGB Variations
Color information
#12761B (or 0x12761B) is known color: Forest Green. HEX triplet: 12, 76 and 1B. RGB value is (18,118,27). Sum of RGB (Red+Green+Blue) = 18+118+27=163 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.04% from 163); Green value is 118 (46.48% from 255 or 72.39% from 163); Blue value is 27 (10.94% from 255 or 16.56% from 163); Max value from RGB is 118 - color contains mainly: green. Hex color #12761B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12761B is #ED89E4. Grayscale: #4D4D4D. Windows color (decimal): -15567333 or 1799698. OLE color: 1799698.
HSL color Cylindrical-coordinate representation of color #12761B: hue angle of 125.4º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #12761B is Cyan = 0.85, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 18 | 118 | 27 | - |
| CMYK | 0.85 | 0 | 0.77 | 0.54 |
| HSL | 125.4º | 0.74% | 0.27% | - |
| HSV(B) | 125.4º | 0.85% | 0.46% | - |
| XYZ | 6.93 | 13.16 | 3.21 | - |
| YUV | 77.73 | 99.37 | 85.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 118 | 27 | 0.85 | 0 | 0.77 | 0.54 | 125.4 | 0.74 | 0.27 |
| Hex | 12 | 76 | 1B | 55 | 0 | 4D | 36 | 7D | 4A | 1B |
| Octal | 22 | 166 | 33 | 125 | 0 | 115 | 66 | 175 | 112 | 33 |
| Binary | 10010 | 1110110 | 11011 | 1010101 | 0 | 1001101 | 110110 | 1111101 | 1001010 | 11011 |
Color Harmonies of #12761B
Complementary color
Monochromatic Colors of #12761B
Black with #12761B
Text Example
Text Example
White with #12761B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12761B; }
p { color: rgb(18,118,27); }
H1.HeaderClassName
{
color: #12761B;
}
.AnyTagClassName
{
color: #12761B;
}
</style>
background-color css
<style>
a { background-color: #12761B; }
a { background-color: rgb(18,118,27); }
div.DivClassName
{
background-color: #12761B;
}
.BgClassName
{
background-color: #12761B;
}
</style>
border-color css
<style>
span { border-color: #12761B; }
span { border-color: rgb(18,118,27); }
td.TdClassName
{
border-color: #12761B;
}
.TagClassName
{
border-color: #12761B;
}
</style>