Shades of Dark Pastel Green #1ABB2E
Tints of Dark Pastel Green #1ABB2E
RGB
CMYK
RGB Variations
Color information
#1ABB2E (or 0x1ABB2E) is known color: Dark Pastel Green. HEX triplet: 1A, BB and 2E. RGB value is (26,187,46). Sum of RGB (Red+Green+Blue) = 26+187+46=259 (34% of max value = 765). Red value is 26 (10.55% from 255 or 10.04% from 259); Green value is 187 (73.44% from 255 or 72.20% from 259); Blue value is 46 (18.36% from 255 or 17.76% from 259); Max value from RGB is 187 - color contains mainly: green. Hex color #1ABB2E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ABB2E is #E544D1. Grayscale: #7B7B7B. Windows color (decimal): -15025362 or 3062554. OLE color: 3062554.
HSL color Cylindrical-coordinate representation of color #1ABB2E: hue angle of 127.45º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ABB2E is Cyan = 0.86, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 26 | 187 | 46 | - |
| CMYK | 0.86 | 0 | 0.75 | 0.27 |
| HSL | 127.45º | 0.76% | 0.42% | - |
| HSV(B) | 127.45º | 0.86% | 0.73% | - |
| XYZ | 18.69 | 35.96 | 8.54 | - |
| YUV | 122.79 | 84.66 | 58.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 187 | 46 | 0.86 | 0 | 0.75 | 0.27 | 127.45 | 0.76 | 0.42 |
| Hex | 1A | BB | 2E | 56 | 0 | 4B | 1B | 7F | 4C | 2A |
| Octal | 32 | 273 | 56 | 126 | 0 | 113 | 33 | 177 | 114 | 52 |
| Binary | 11010 | 10111011 | 101110 | 1010110 | 0 | 1001011 | 11011 | 1111111 | 1001100 | 101010 |
Color Harmonies of #1ABB2E
Complementary color
Monochromatic Colors of #1ABB2E
Black with #1ABB2E
Text Example
Text Example
White with #1ABB2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABB2E; }
p { color: rgb(26,187,46); }
H1.HeaderClassName
{
color: #1ABB2E;
}
.AnyTagClassName
{
color: #1ABB2E;
}
</style>
background-color css
<style>
a { background-color: #1ABB2E; }
a { background-color: rgb(26,187,46); }
div.DivClassName
{
background-color: #1ABB2E;
}
.BgClassName
{
background-color: #1ABB2E;
}
</style>
border-color css
<style>
span { border-color: #1ABB2E; }
span { border-color: rgb(26,187,46); }
td.TdClassName
{
border-color: #1ABB2E;
}
.TagClassName
{
border-color: #1ABB2E;
}
</style>