Shades of Dark Pastel Green #1ABB2F
Tints of Dark Pastel Green #1ABB2F
RGB
CMYK
RGB Variations
Color information
#1ABB2F (or 0x1ABB2F) is known color: Dark Pastel Green. HEX triplet: 1A, BB and 2F. RGB value is (26,187,47). Sum of RGB (Red+Green+Blue) = 26+187+47=260 (34% of max value = 765). Red value is 26 (10.55% from 255 or 10% from 260); Green value is 187 (73.44% from 255 or 71.92% from 260); Blue value is 47 (18.75% from 255 or 18.08% from 260); Max value from RGB is 187 - color contains mainly: green. Hex color #1ABB2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ABB2F is #E544D0. Grayscale: #7B7B7B. Windows color (decimal): -15025361 or 3128090. OLE color: 3128090.
HSL color Cylindrical-coordinate representation of color #1ABB2F: hue angle of 127.83º 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 #1ABB2F is Cyan = 0.86, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 26 | 187 | 47 | - |
| CMYK | 0.86 | 0 | 0.75 | 0.27 |
| HSL | 127.83º | 0.76% | 0.42% | - |
| HSV(B) | 127.83º | 0.86% | 0.73% | - |
| XYZ | 18.71 | 35.97 | 8.65 | - |
| YUV | 122.9 | 85.16 | 58.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 187 | 47 | 0.86 | 0 | 0.75 | 0.27 | 127.83 | 0.76 | 0.42 |
| Hex | 1A | BB | 2F | 56 | 0 | 4B | 1B | 80 | 4C | 2A |
| Octal | 32 | 273 | 57 | 126 | 0 | 113 | 33 | 200 | 114 | 52 |
| Binary | 11010 | 10111011 | 101111 | 1010110 | 0 | 1001011 | 11011 | 10000000 | 1001100 | 101010 |
Color Harmonies of #1ABB2F
Complementary color
Monochromatic Colors of #1ABB2F
Black with #1ABB2F
Text Example
Text Example
White with #1ABB2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABB2F; }
p { color: rgb(26,187,47); }
H1.HeaderClassName
{
color: #1ABB2F;
}
.AnyTagClassName
{
color: #1ABB2F;
}
</style>
background-color css
<style>
a { background-color: #1ABB2F; }
a { background-color: rgb(26,187,47); }
div.DivClassName
{
background-color: #1ABB2F;
}
.BgClassName
{
background-color: #1ABB2F;
}
</style>
border-color css
<style>
span { border-color: #1ABB2F; }
span { border-color: rgb(26,187,47); }
td.TdClassName
{
border-color: #1ABB2F;
}
.TagClassName
{
border-color: #1ABB2F;
}
</style>