Shades of Dark Pastel Green #1AB329
Tints of Dark Pastel Green #1AB329
RGB
CMYK
RGB Variations
Color information
#1AB329 (or 0x1AB329) is known color: Dark Pastel Green. HEX triplet: 1A, B3 and 29. RGB value is (26,179,41). Sum of RGB (Red+Green+Blue) = 26+179+41=246 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.57% from 246); Green value is 179 (70.31% from 255 or 72.76% from 246); Blue value is 41 (16.41% from 255 or 16.67% from 246); Max value from RGB is 179 - color contains mainly: green. Hex color #1AB329 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AB329 is #E54CD6. Grayscale: #757575. Windows color (decimal): -15027415 or 2732826. OLE color: 2732826.
HSL color Cylindrical-coordinate representation of color #1AB329: hue angle of 125.88º 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 #1AB329 is Cyan = 0.85, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 26 | 179 | 41 | - |
| CMYK | 0.85 | 0 | 0.77 | 0.30 |
| HSL | 125.88º | 0.75% | 0.4% | - |
| HSV(B) | 125.88º | 0.85% | 0.7% | - |
| XYZ | 16.95 | 32.62 | 7.5 | - |
| YUV | 117.52 | 84.81 | 62.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 179 | 41 | 0.85 | 0 | 0.77 | 0.30 | 125.88 | 0.75 | 0.4 |
| Hex | 1A | B3 | 29 | 55 | 0 | 4D | 1E | 7E | 4B | 28 |
| Octal | 32 | 263 | 51 | 125 | 0 | 115 | 36 | 176 | 113 | 50 |
| Binary | 11010 | 10110011 | 101001 | 1010101 | 0 | 1001101 | 11110 | 1111110 | 1001011 | 101000 |
Color Harmonies of #1AB329
Complementary color
Monochromatic Colors of #1AB329
Black with #1AB329
Text Example
Text Example
White with #1AB329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB329; }
p { color: rgb(26,179,41); }
H1.HeaderClassName
{
color: #1AB329;
}
.AnyTagClassName
{
color: #1AB329;
}
</style>
background-color css
<style>
a { background-color: #1AB329; }
a { background-color: rgb(26,179,41); }
div.DivClassName
{
background-color: #1AB329;
}
.BgClassName
{
background-color: #1AB329;
}
</style>
border-color css
<style>
span { border-color: #1AB329; }
span { border-color: rgb(26,179,41); }
td.TdClassName
{
border-color: #1AB329;
}
.TagClassName
{
border-color: #1AB329;
}
</style>