Shades of Forest Green #1B731D
Tints of Forest Green #1B731D
RGB
CMYK
RGB Variations
Color information
#1B731D (or 0x1B731D) is known color: Forest Green. HEX triplet: 1B, 73 and 1D. RGB value is (27,115,29). Sum of RGB (Red+Green+Blue) = 27+115+29=171 (22% of max value = 765). Red value is 27 (10.94% from 255 or 15.79% from 171); Green value is 115 (45.31% from 255 or 67.25% from 171); Blue value is 29 (11.72% from 255 or 16.96% from 171); Max value from RGB is 115 - color contains mainly: green. Hex color #1B731D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B731D is #E48CE2. Grayscale: #4F4F4F. Windows color (decimal): -14978275 or 1930011. OLE color: 1930011.
HSL color Cylindrical-coordinate representation of color #1B731D: hue angle of 121.36º 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 #1B731D is Cyan = 0.77, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 27 | 115 | 29 | - |
| CMYK | 0.77 | 0 | 0.75 | 0.55 |
| HSL | 121.36º | 0.62% | 0.28% | - |
| HSV(B) | 121.36º | 0.77% | 0.45% | - |
| XYZ | 6.8 | 12.58 | 3.23 | - |
| YUV | 78.88 | 99.85 | 90.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 115 | 29 | 0.77 | 0 | 0.75 | 0.55 | 121.36 | 0.62 | 0.28 |
| Hex | 1B | 73 | 1D | 4D | 0 | 4B | 37 | 79 | 3E | 1C |
| Octal | 33 | 163 | 35 | 115 | 0 | 113 | 67 | 171 | 76 | 34 |
| Binary | 11011 | 1110011 | 11101 | 1001101 | 0 | 1001011 | 110111 | 1111001 | 111110 | 11100 |
Color Harmonies of #1B731D
Complementary color
Monochromatic Colors of #1B731D
Black with #1B731D
Text Example
Text Example
White with #1B731D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B731D; }
p { color: rgb(27,115,29); }
H1.HeaderClassName
{
color: #1B731D;
}
.AnyTagClassName
{
color: #1B731D;
}
</style>
background-color css
<style>
a { background-color: #1B731D; }
a { background-color: rgb(27,115,29); }
div.DivClassName
{
background-color: #1B731D;
}
.BgClassName
{
background-color: #1B731D;
}
</style>
border-color css
<style>
span { border-color: #1B731D; }
span { border-color: rgb(27,115,29); }
td.TdClassName
{
border-color: #1B731D;
}
.TagClassName
{
border-color: #1B731D;
}
</style>