Shades of Forest Green #1AB01B
Tints of Forest Green #1AB01B
RGB
CMYK
RGB Variations
Color information
#1AB01B (or 0x1AB01B) is known color: Forest Green. HEX triplet: 1A, B0 and 1B. RGB value is (26,176,27). Sum of RGB (Red+Green+Blue) = 26+176+27=229 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.35% from 229); Green value is 176 (69.14% from 255 or 76.86% from 229); Blue value is 27 (10.94% from 255 or 11.79% from 229); Max value from RGB is 176 - color contains mainly: green. Hex color #1AB01B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1AB01B is #E54FE4. Grayscale: #727272. Windows color (decimal): -15028197 or 1814554. OLE color: 1814554.
HSL color Cylindrical-coordinate representation of color #1AB01B: hue angle of 120.4º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1AB01B is Cyan = 0.85, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 26 | 176 | 27 | - |
| CMYK | 0.85 | 0 | 0.85 | 0.31 |
| HSL | 120.4º | 0.74% | 0.4% | - |
| HSV(B) | 120.4º | 0.85% | 0.69% | - |
| XYZ | 16.15 | 31.35 | 6.24 | - |
| YUV | 114.16 | 78.81 | 65.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 176 | 27 | 0.85 | 0 | 0.85 | 0.31 | 120.4 | 0.74 | 0.4 |
| Hex | 1A | B0 | 1B | 55 | 0 | 55 | 1F | 78 | 4A | 28 |
| Octal | 32 | 260 | 33 | 125 | 0 | 125 | 37 | 170 | 112 | 50 |
| Binary | 11010 | 10110000 | 11011 | 1010101 | 0 | 1010101 | 11111 | 1111000 | 1001010 | 101000 |
Color Harmonies of #1AB01B
Complementary color
Monochromatic Colors of #1AB01B
Black with #1AB01B
Text Example
Text Example
White with #1AB01B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB01B; }
p { color: rgb(26,176,27); }
H1.HeaderClassName
{
color: #1AB01B;
}
.AnyTagClassName
{
color: #1AB01B;
}
</style>
background-color css
<style>
a { background-color: #1AB01B; }
a { background-color: rgb(26,176,27); }
div.DivClassName
{
background-color: #1AB01B;
}
.BgClassName
{
background-color: #1AB01B;
}
</style>
border-color css
<style>
span { border-color: #1AB01B; }
span { border-color: rgb(26,176,27); }
td.TdClassName
{
border-color: #1AB01B;
}
.TagClassName
{
border-color: #1AB01B;
}
</style>