Shades of Forest Green #1B8521
Tints of Forest Green #1B8521
RGB
CMYK
RGB Variations
Color information
#1B8521 (or 0x1B8521) is known color: Forest Green. HEX triplet: 1B, 85 and 21. RGB value is (27,133,33). Sum of RGB (Red+Green+Blue) = 27+133+33=193 (25% of max value = 765). Red value is 27 (10.94% from 255 or 13.99% from 193); Green value is 133 (52.34% from 255 or 68.91% from 193); Blue value is 33 (13.28% from 255 or 17.10% from 193); Max value from RGB is 133 - color contains mainly: green. Hex color #1B8521 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1B8521 is #E47ADE. Grayscale: #5A5A5A. Windows color (decimal): -14973663 or 2196763. OLE color: 2196763.
HSL color Cylindrical-coordinate representation of color #1B8521: hue angle of 123.4º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1B8521 is Cyan = 0.80, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 27 | 133 | 33 | - |
| CMYK | 0.80 | 0 | 0.75 | 0.48 |
| HSL | 123.4º | 0.66% | 0.31% | - |
| HSV(B) | 123.4º | 0.8% | 0.52% | - |
| XYZ | 9.11 | 17.12 | 4.26 | - |
| YUV | 89.91 | 95.88 | 83.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 133 | 33 | 0.80 | 0 | 0.75 | 0.48 | 123.4 | 0.66 | 0.31 |
| Hex | 1B | 85 | 21 | 50 | 0 | 4B | 30 | 7B | 42 | 1F |
| Octal | 33 | 205 | 41 | 120 | 0 | 113 | 60 | 173 | 102 | 37 |
| Binary | 11011 | 10000101 | 100001 | 1010000 | 0 | 1001011 | 110000 | 1111011 | 1000010 | 11111 |
Color Harmonies of #1B8521
Complementary color
Monochromatic Colors of #1B8521
Black with #1B8521
Text Example
Text Example
White with #1B8521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B8521; }
p { color: rgb(27,133,33); }
H1.HeaderClassName
{
color: #1B8521;
}
.AnyTagClassName
{
color: #1B8521;
}
</style>
background-color css
<style>
a { background-color: #1B8521; }
a { background-color: rgb(27,133,33); }
div.DivClassName
{
background-color: #1B8521;
}
.BgClassName
{
background-color: #1B8521;
}
</style>
border-color css
<style>
span { border-color: #1B8521; }
span { border-color: rgb(27,133,33); }
td.TdClassName
{
border-color: #1B8521;
}
.TagClassName
{
border-color: #1B8521;
}
</style>