Shades of Dark Pastel Green #1AB032
Tints of Dark Pastel Green #1AB032
RGB
CMYK
RGB Variations
Color information
#1AB032 (or 0x1AB032) is known color: Dark Pastel Green. HEX triplet: 1A, B0 and 32. RGB value is (26,176,50). Sum of RGB (Red+Green+Blue) = 26+176+50=252 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.32% from 252); Green value is 176 (69.14% from 255 or 69.84% from 252); Blue value is 50 (19.92% from 255 or 19.84% from 252); Max value from RGB is 176 - color contains mainly: green. Hex color #1AB032 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1AB032 is #E54FCD. Grayscale: #757575. Windows color (decimal): -15028174 or 3321882. OLE color: 3321882.
HSL color Cylindrical-coordinate representation of color #1AB032: hue angle of 129.6º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1AB032 is Cyan = 0.85, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 26 | 176 | 50 | - |
| CMYK | 0.85 | 0 | 0.72 | 0.31 |
| HSL | 129.6º | 0.74% | 0.4% | - |
| HSV(B) | 129.6º | 0.85% | 0.69% | - |
| XYZ | 16.53 | 31.5 | 8.23 | - |
| YUV | 116.79 | 90.31 | 63.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 176 | 50 | 0.85 | 0 | 0.72 | 0.31 | 129.6 | 0.74 | 0.4 |
| Hex | 1A | B0 | 32 | 55 | 0 | 48 | 1F | 82 | 4A | 28 |
| Octal | 32 | 260 | 62 | 125 | 0 | 110 | 37 | 202 | 112 | 50 |
| Binary | 11010 | 10110000 | 110010 | 1010101 | 0 | 1001000 | 11111 | 10000010 | 1001010 | 101000 |
Color Harmonies of #1AB032
Complementary color
Monochromatic Colors of #1AB032
Black with #1AB032
Text Example
Text Example
White with #1AB032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB032; }
p { color: rgb(26,176,50); }
H1.HeaderClassName
{
color: #1AB032;
}
.AnyTagClassName
{
color: #1AB032;
}
</style>
background-color css
<style>
a { background-color: #1AB032; }
a { background-color: rgb(26,176,50); }
div.DivClassName
{
background-color: #1AB032;
}
.BgClassName
{
background-color: #1AB032;
}
</style>
border-color css
<style>
span { border-color: #1AB032; }
span { border-color: rgb(26,176,50); }
td.TdClassName
{
border-color: #1AB032;
}
.TagClassName
{
border-color: #1AB032;
}
</style>