Shades of Forest Green #1B731C
Tints of Forest Green #1B731C
RGB
CMYK
RGB Variations
Color information
#1B731C (or 0x1B731C) is known color: Forest Green. HEX triplet: 1B, 73 and 1C. RGB value is (27,115,28). Sum of RGB (Red+Green+Blue) = 27+115+28=170 (22% of max value = 765). Red value is 27 (10.94% from 255 or 15.88% from 170); Green value is 115 (45.31% from 255 or 67.65% from 170); Blue value is 28 (11.33% from 255 or 16.47% from 170); Max value from RGB is 115 - color contains mainly: green. Hex color #1B731C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B731C is #E48CE3. Grayscale: #4F4F4F. Windows color (decimal): -14978276 or 1864475. OLE color: 1864475.
HSL color Cylindrical-coordinate representation of color #1B731C: hue angle of 120.68º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1B731C is Cyan = 0.77, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 27 | 115 | 28 | - |
| CMYK | 0.77 | 0 | 0.76 | 0.55 |
| HSL | 120.68º | 0.62% | 0.28% | - |
| HSV(B) | 120.68º | 0.77% | 0.45% | - |
| XYZ | 6.79 | 12.58 | 3.17 | - |
| YUV | 78.77 | 99.35 | 91.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 115 | 28 | 0.77 | 0 | 0.76 | 0.55 | 120.68 | 0.62 | 0.28 |
| Hex | 1B | 73 | 1C | 4D | 0 | 4C | 37 | 79 | 3E | 1C |
| Octal | 33 | 163 | 34 | 115 | 0 | 114 | 67 | 171 | 76 | 34 |
| Binary | 11011 | 1110011 | 11100 | 1001101 | 0 | 1001100 | 110111 | 1111001 | 111110 | 11100 |
Color Harmonies of #1B731C
Complementary color
Monochromatic Colors of #1B731C
Black with #1B731C
Text Example
Text Example
White with #1B731C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B731C; }
p { color: rgb(27,115,28); }
H1.HeaderClassName
{
color: #1B731C;
}
.AnyTagClassName
{
color: #1B731C;
}
</style>
background-color css
<style>
a { background-color: #1B731C; }
a { background-color: rgb(27,115,28); }
div.DivClassName
{
background-color: #1B731C;
}
.BgClassName
{
background-color: #1B731C;
}
</style>
border-color css
<style>
span { border-color: #1B731C; }
span { border-color: rgb(27,115,28); }
td.TdClassName
{
border-color: #1B731C;
}
.TagClassName
{
border-color: #1B731C;
}
</style>