Shades of Forest Green #1B7F0C
Tints of Forest Green #1B7F0C
RGB
CMYK
RGB Variations
Color information
#1B7F0C (or 0x1B7F0C) is known color: Forest Green. HEX triplet: 1B, 7F and 0C. RGB value is (27,127,12). Sum of RGB (Red+Green+Blue) = 27+127+12=166 (21% of max value = 765). Red value is 27 (10.94% from 255 or 16.27% from 166); Green value is 127 (50% from 255 or 76.51% from 166); Blue value is 12 (5.08% from 255 or 7.23% from 166); Max value from RGB is 127 - color contains mainly: green. Hex color #1B7F0C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1B7F0C is #E480F3. Grayscale: #545454. Windows color (decimal): -14975220 or 818971. OLE color: 818971.
HSL color Cylindrical-coordinate representation of color #1B7F0C: hue angle of 112.17º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1B7F0C is Cyan = 0.79, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 27 | 127 | 12 | - |
| CMYK | 0.79 | 0 | 0.91 | 0.50 |
| HSL | 112.17º | 0.83% | 0.27% | - |
| HSV(B) | 112.17º | 0.91% | 0.5% | - |
| XYZ | 8.11 | 15.44 | 2.9 | - |
| YUV | 83.99 | 87.37 | 87.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 127 | 12 | 0.79 | 0 | 0.91 | 0.50 | 112.17 | 0.83 | 0.27 |
| Hex | 1B | 7F | C | 4F | 0 | 5B | 32 | 70 | 53 | 1B |
| Octal | 33 | 177 | 14 | 117 | 0 | 133 | 62 | 160 | 123 | 33 |
| Binary | 11011 | 1111111 | 1100 | 1001111 | 0 | 1011011 | 110010 | 1110000 | 1010011 | 11011 |
Color Harmonies of #1B7F0C
Complementary color
Monochromatic Colors of #1B7F0C
Black with #1B7F0C
Text Example
Text Example
White with #1B7F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B7F0C; }
p { color: rgb(27,127,12); }
H1.HeaderClassName
{
color: #1B7F0C;
}
.AnyTagClassName
{
color: #1B7F0C;
}
</style>
background-color css
<style>
a { background-color: #1B7F0C; }
a { background-color: rgb(27,127,12); }
div.DivClassName
{
background-color: #1B7F0C;
}
.BgClassName
{
background-color: #1B7F0C;
}
</style>
border-color css
<style>
span { border-color: #1B7F0C; }
span { border-color: rgb(27,127,12); }
td.TdClassName
{
border-color: #1B7F0C;
}
.TagClassName
{
border-color: #1B7F0C;
}
</style>