Shades of Dark Pastel Green #1ABB3E
Tints of Dark Pastel Green #1ABB3E
RGB
CMYK
RGB Variations
Color information
#1ABB3E (or 0x1ABB3E) is known color: Dark Pastel Green. HEX triplet: 1A, BB and 3E. RGB value is (26,187,62). Sum of RGB (Red+Green+Blue) = 26+187+62=275 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.45% from 275); Green value is 187 (73.44% from 255 or 68% from 275); Blue value is 62 (24.61% from 255 or 22.55% from 275); Max value from RGB is 187 - color contains mainly: green. Hex color #1ABB3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ABB3E is #E544C1. Grayscale: #7C7C7C. Windows color (decimal): -15025346 or 4111130. OLE color: 4111130.
HSL color Cylindrical-coordinate representation of color #1ABB3E: hue angle of 133.42º 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 #1ABB3E is Cyan = 0.86, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 26 | 187 | 62 | - |
| CMYK | 0.86 | 0 | 0.67 | 0.27 |
| HSL | 133.42º | 0.76% | 0.42% | - |
| HSV(B) | 133.42º | 0.86% | 0.73% | - |
| XYZ | 19.07 | 36.11 | 10.52 | - |
| YUV | 124.61 | 92.66 | 57.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 187 | 62 | 0.86 | 0 | 0.67 | 0.27 | 133.42 | 0.76 | 0.42 |
| Hex | 1A | BB | 3E | 56 | 0 | 43 | 1B | 85 | 4C | 2A |
| Octal | 32 | 273 | 76 | 126 | 0 | 103 | 33 | 205 | 114 | 52 |
| Binary | 11010 | 10111011 | 111110 | 1010110 | 0 | 1000011 | 11011 | 10000101 | 1001100 | 101010 |
Color Harmonies of #1ABB3E
Complementary color
Monochromatic Colors of #1ABB3E
Black with #1ABB3E
Text Example
Text Example
White with #1ABB3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABB3E; }
p { color: rgb(26,187,62); }
H1.HeaderClassName
{
color: #1ABB3E;
}
.AnyTagClassName
{
color: #1ABB3E;
}
</style>
background-color css
<style>
a { background-color: #1ABB3E; }
a { background-color: rgb(26,187,62); }
div.DivClassName
{
background-color: #1ABB3E;
}
.BgClassName
{
background-color: #1ABB3E;
}
</style>
border-color css
<style>
span { border-color: #1ABB3E; }
span { border-color: rgb(26,187,62); }
td.TdClassName
{
border-color: #1ABB3E;
}
.TagClassName
{
border-color: #1ABB3E;
}
</style>