Shades of Forest Green #1BAE20
Tints of Forest Green #1BAE20
RGB
CMYK
RGB Variations
Color information
#1BAE20 (or 0x1BAE20) is known color: Forest Green. HEX triplet: 1B, AE and 20. RGB value is (27,174,32). Sum of RGB (Red+Green+Blue) = 27+174+32=233 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.59% from 233); Green value is 174 (68.36% from 255 or 74.68% from 233); Blue value is 32 (12.89% from 255 or 13.73% from 233); Max value from RGB is 174 - color contains mainly: green. Hex color #1BAE20 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1BAE20 is #E451DF. Grayscale: #727272. Windows color (decimal): -14963168 or 2141723. OLE color: 2141723.
HSL color Cylindrical-coordinate representation of color #1BAE20: hue angle of 122.04º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1BAE20 is Cyan = 0.84, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 27 | 174 | 32 | - |
| CMYK | 0.84 | 0 | 0.82 | 0.32 |
| HSL | 122.04º | 0.73% | 0.39% | - |
| HSV(B) | 122.04º | 0.84% | 0.68% | - |
| XYZ | 15.85 | 30.61 | 6.44 | - |
| YUV | 113.86 | 81.8 | 66.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 174 | 32 | 0.84 | 0 | 0.82 | 0.32 | 122.04 | 0.73 | 0.39 |
| Hex | 1B | AE | 20 | 54 | 0 | 52 | 20 | 7A | 49 | 27 |
| Octal | 33 | 256 | 40 | 124 | 0 | 122 | 40 | 172 | 111 | 47 |
| Binary | 11011 | 10101110 | 100000 | 1010100 | 0 | 1010010 | 100000 | 1111010 | 1001001 | 100111 |
Color Harmonies of #1BAE20
Complementary color
Monochromatic Colors of #1BAE20
Black with #1BAE20
Text Example
Text Example
White with #1BAE20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BAE20; }
p { color: rgb(27,174,32); }
H1.HeaderClassName
{
color: #1BAE20;
}
.AnyTagClassName
{
color: #1BAE20;
}
</style>
background-color css
<style>
a { background-color: #1BAE20; }
a { background-color: rgb(27,174,32); }
div.DivClassName
{
background-color: #1BAE20;
}
.BgClassName
{
background-color: #1BAE20;
}
</style>
border-color css
<style>
span { border-color: #1BAE20; }
span { border-color: rgb(27,174,32); }
td.TdClassName
{
border-color: #1BAE20;
}
.TagClassName
{
border-color: #1BAE20;
}
</style>