Shades of Forest Green #12751B
Tints of Forest Green #12751B
RGB
CMYK
RGB Variations
Color information
#12751B (or 0x12751B) is known color: Forest Green. HEX triplet: 12, 75 and 1B. RGB value is (18,117,27). Sum of RGB (Red+Green+Blue) = 18+117+27=162 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.11% from 162); Green value is 117 (46.09% from 255 or 72.22% from 162); Blue value is 27 (10.94% from 255 or 16.67% from 162); Max value from RGB is 117 - color contains mainly: green. Hex color #12751B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12751B is #ED8AE4. Grayscale: #4D4D4D. Windows color (decimal): -15567589 or 1799442. OLE color: 1799442.
HSL color Cylindrical-coordinate representation of color #12751B: hue angle of 125.45º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #12751B is Cyan = 0.85, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 18 | 117 | 27 | - |
| CMYK | 0.85 | 0 | 0.77 | 0.54 |
| HSL | 125.45º | 0.73% | 0.26% | - |
| HSV(B) | 125.45º | 0.85% | 0.46% | - |
| XYZ | 6.81 | 12.93 | 3.17 | - |
| YUV | 77.14 | 99.7 | 85.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 117 | 27 | 0.85 | 0 | 0.77 | 0.54 | 125.45 | 0.73 | 0.26 |
| Hex | 12 | 75 | 1B | 55 | 0 | 4D | 36 | 7D | 49 | 1A |
| Octal | 22 | 165 | 33 | 125 | 0 | 115 | 66 | 175 | 111 | 32 |
| Binary | 10010 | 1110101 | 11011 | 1010101 | 0 | 1001101 | 110110 | 1111101 | 1001001 | 11010 |
Color Harmonies of #12751B
Complementary color
Monochromatic Colors of #12751B
Black with #12751B
Text Example
Text Example
White with #12751B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12751B; }
p { color: rgb(18,117,27); }
H1.HeaderClassName
{
color: #12751B;
}
.AnyTagClassName
{
color: #12751B;
}
</style>
background-color css
<style>
a { background-color: #12751B; }
a { background-color: rgb(18,117,27); }
div.DivClassName
{
background-color: #12751B;
}
.BgClassName
{
background-color: #12751B;
}
</style>
border-color css
<style>
span { border-color: #12751B; }
span { border-color: rgb(18,117,27); }
td.TdClassName
{
border-color: #12751B;
}
.TagClassName
{
border-color: #12751B;
}
</style>