Shades of Forest Green #1B9020
Tints of Forest Green #1B9020
RGB
CMYK
RGB Variations
Color information
#1B9020 (or 0x1B9020) is known color: Forest Green. HEX triplet: 1B, 90 and 20. RGB value is (27,144,32). Sum of RGB (Red+Green+Blue) = 27+144+32=203 (26% of max value = 765). Red value is 27 (10.94% from 255 or 13.30% from 203); Green value is 144 (56.64% from 255 or 70.94% from 203); Blue value is 32 (12.89% from 255 or 15.76% from 203); Max value from RGB is 144 - color contains mainly: green. Hex color #1B9020 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1B9020 is #E46FDF. Grayscale: #606060. Windows color (decimal): -14970848 or 2134043. OLE color: 2134043.
HSL color Cylindrical-coordinate representation of color #1B9020: hue angle of 122.56º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1B9020 is Cyan = 0.81, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 27 | 144 | 32 | - |
| CMYK | 0.81 | 0 | 0.78 | 0.44 |
| HSL | 122.56º | 0.68% | 0.34% | - |
| HSV(B) | 122.56º | 0.81% | 0.56% | - |
| XYZ | 10.69 | 20.28 | 4.72 | - |
| YUV | 96.25 | 91.74 | 78.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 144 | 32 | 0.81 | 0 | 0.78 | 0.44 | 122.56 | 0.68 | 0.34 |
| Hex | 1B | 90 | 20 | 51 | 0 | 4E | 2C | 7B | 44 | 22 |
| Octal | 33 | 220 | 40 | 121 | 0 | 116 | 54 | 173 | 104 | 42 |
| Binary | 11011 | 10010000 | 100000 | 1010001 | 0 | 1001110 | 101100 | 1111011 | 1000100 | 100010 |
Color Harmonies of #1B9020
Complementary color
Monochromatic Colors of #1B9020
Black with #1B9020
Text Example
Text Example
White with #1B9020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B9020; }
p { color: rgb(27,144,32); }
H1.HeaderClassName
{
color: #1B9020;
}
.AnyTagClassName
{
color: #1B9020;
}
</style>
background-color css
<style>
a { background-color: #1B9020; }
a { background-color: rgb(27,144,32); }
div.DivClassName
{
background-color: #1B9020;
}
.BgClassName
{
background-color: #1B9020;
}
</style>
border-color css
<style>
span { border-color: #1B9020; }
span { border-color: rgb(27,144,32); }
td.TdClassName
{
border-color: #1B9020;
}
.TagClassName
{
border-color: #1B9020;
}
</style>