Shades of Dark Pastel Green #1ABB2D
Tints of Dark Pastel Green #1ABB2D
RGB
CMYK
RGB Variations
Color information
#1ABB2D (or 0x1ABB2D) is known color: Dark Pastel Green. HEX triplet: 1A, BB and 2D. RGB value is (26,187,45). Sum of RGB (Red+Green+Blue) = 26+187+45=258 (34% of max value = 765). Red value is 26 (10.55% from 255 or 10.08% from 258); Green value is 187 (73.44% from 255 or 72.48% from 258); Blue value is 45 (17.97% from 255 or 17.44% from 258); Max value from RGB is 187 - color contains mainly: green. Hex color #1ABB2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ABB2D is #E544D2. Grayscale: #7B7B7B. Windows color (decimal): -15025363 or 2997018. OLE color: 2997018.
HSL color Cylindrical-coordinate representation of color #1ABB2D: hue angle of 127.08º 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 #1ABB2D is Cyan = 0.86, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 26 | 187 | 45 | - |
| CMYK | 0.86 | 0 | 0.76 | 0.27 |
| HSL | 127.08º | 0.76% | 0.42% | - |
| HSV(B) | 127.08º | 0.86% | 0.73% | - |
| XYZ | 18.67 | 35.95 | 8.44 | - |
| YUV | 122.67 | 84.16 | 59.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 187 | 45 | 0.86 | 0 | 0.76 | 0.27 | 127.08 | 0.76 | 0.42 |
| Hex | 1A | BB | 2D | 56 | 0 | 4C | 1B | 7F | 4C | 2A |
| Octal | 32 | 273 | 55 | 126 | 0 | 114 | 33 | 177 | 114 | 52 |
| Binary | 11010 | 10111011 | 101101 | 1010110 | 0 | 1001100 | 11011 | 1111111 | 1001100 | 101010 |
Color Harmonies of #1ABB2D
Complementary color
Monochromatic Colors of #1ABB2D
Black with #1ABB2D
Text Example
Text Example
White with #1ABB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABB2D; }
p { color: rgb(26,187,45); }
H1.HeaderClassName
{
color: #1ABB2D;
}
.AnyTagClassName
{
color: #1ABB2D;
}
</style>
background-color css
<style>
a { background-color: #1ABB2D; }
a { background-color: rgb(26,187,45); }
div.DivClassName
{
background-color: #1ABB2D;
}
.BgClassName
{
background-color: #1ABB2D;
}
</style>
border-color css
<style>
span { border-color: #1ABB2D; }
span { border-color: rgb(26,187,45); }
td.TdClassName
{
border-color: #1ABB2D;
}
.TagClassName
{
border-color: #1ABB2D;
}
</style>