Shades of Forest Green #1AB21C
Tints of Forest Green #1AB21C
RGB
CMYK
RGB Variations
Color information
#1AB21C (or 0x1AB21C) is known color: Forest Green. HEX triplet: 1A, B2 and 1C. RGB value is (26,178,28). Sum of RGB (Red+Green+Blue) = 26+178+28=232 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.21% from 232); Green value is 178 (69.92% from 255 or 76.72% from 232); Blue value is 28 (11.33% from 255 or 12.07% from 232); Max value from RGB is 178 - color contains mainly: green. Hex color #1AB21C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1AB21C is #E54DE3. Grayscale: #737373. Windows color (decimal): -15027684 or 1880602. OLE color: 1880602.
HSL color Cylindrical-coordinate representation of color #1AB21C: hue angle of 120.79º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1AB21C is Cyan = 0.85, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 26 | 178 | 28 | - |
| CMYK | 0.85 | 0 | 0.84 | 0.30 |
| HSL | 120.79º | 0.75% | 0.4% | - |
| HSV(B) | 120.79º | 0.85% | 0.7% | - |
| XYZ | 16.56 | 32.14 | 6.43 | - |
| YUV | 115.45 | 78.64 | 64.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 178 | 28 | 0.85 | 0 | 0.84 | 0.30 | 120.79 | 0.75 | 0.4 |
| Hex | 1A | B2 | 1C | 55 | 0 | 54 | 1E | 79 | 4B | 28 |
| Octal | 32 | 262 | 34 | 125 | 0 | 124 | 36 | 171 | 113 | 50 |
| Binary | 11010 | 10110010 | 11100 | 1010101 | 0 | 1010100 | 11110 | 1111001 | 1001011 | 101000 |
Color Harmonies of #1AB21C
Complementary color
Monochromatic Colors of #1AB21C
Black with #1AB21C
Text Example
Text Example
White with #1AB21C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB21C; }
p { color: rgb(26,178,28); }
H1.HeaderClassName
{
color: #1AB21C;
}
.AnyTagClassName
{
color: #1AB21C;
}
</style>
background-color css
<style>
a { background-color: #1AB21C; }
a { background-color: rgb(26,178,28); }
div.DivClassName
{
background-color: #1AB21C;
}
.BgClassName
{
background-color: #1AB21C;
}
</style>
border-color css
<style>
span { border-color: #1AB21C; }
span { border-color: rgb(26,178,28); }
td.TdClassName
{
border-color: #1AB21C;
}
.TagClassName
{
border-color: #1AB21C;
}
</style>