Shades of Forest Green #1B7521
Tints of Forest Green #1B7521
RGB
CMYK
RGB Variations
Color information
#1B7521 (or 0x1B7521) is known color: Forest Green. HEX triplet: 1B, 75 and 21. RGB value is (27,117,33). Sum of RGB (Red+Green+Blue) = 27+117+33=177 (23% of max value = 765). Red value is 27 (10.94% from 255 or 15.25% from 177); Green value is 117 (46.09% from 255 or 66.10% from 177); Blue value is 33 (13.28% from 255 or 18.64% from 177); Max value from RGB is 117 - color contains mainly: green. Hex color #1B7521 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B7521 is #E48ADE. Grayscale: #505050. Windows color (decimal): -14977759 or 2192667. OLE color: 2192667.
HSL color Cylindrical-coordinate representation of color #1B7521: hue angle of 124º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1B7521 is Cyan = 0.77, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 27 | 117 | 33 | - |
| CMYK | 0.77 | 0 | 0.72 | 0.54 |
| HSL | 124º | 0.63% | 0.28% | - |
| HSV(B) | 124º | 0.77% | 0.46% | - |
| XYZ | 7.09 | 13.07 | 3.59 | - |
| YUV | 80.51 | 101.18 | 89.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 117 | 33 | 0.77 | 0 | 0.72 | 0.54 | 124 | 0.63 | 0.28 |
| Hex | 1B | 75 | 21 | 4D | 0 | 48 | 36 | 7C | 3E | 1C |
| Octal | 33 | 165 | 41 | 115 | 0 | 110 | 66 | 174 | 76 | 34 |
| Binary | 11011 | 1110101 | 100001 | 1001101 | 0 | 1001000 | 110110 | 1111100 | 111110 | 11100 |
Color Harmonies of #1B7521
Complementary color
Monochromatic Colors of #1B7521
Black with #1B7521
Text Example
Text Example
White with #1B7521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B7521; }
p { color: rgb(27,117,33); }
H1.HeaderClassName
{
color: #1B7521;
}
.AnyTagClassName
{
color: #1B7521;
}
</style>
background-color css
<style>
a { background-color: #1B7521; }
a { background-color: rgb(27,117,33); }
div.DivClassName
{
background-color: #1B7521;
}
.BgClassName
{
background-color: #1B7521;
}
</style>
border-color css
<style>
span { border-color: #1B7521; }
span { border-color: rgb(27,117,33); }
td.TdClassName
{
border-color: #1B7521;
}
.TagClassName
{
border-color: #1B7521;
}
</style>