Shades of Dark Pastel Green #1AB932
Tints of Dark Pastel Green #1AB932
RGB
CMYK
RGB Variations
Color information
#1AB932 (or 0x1AB932) is known color: Dark Pastel Green. HEX triplet: 1A, B9 and 32. RGB value is (26,185,50). Sum of RGB (Red+Green+Blue) = 26+185+50=261 (34% of max value = 765). Red value is 26 (10.55% from 255 or 9.96% from 261); Green value is 185 (72.66% from 255 or 70.88% from 261); Blue value is 50 (19.92% from 255 or 19.16% from 261); Max value from RGB is 185 - color contains mainly: green. Hex color #1AB932 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AB932 is #E546CD. Grayscale: #7A7A7A. Windows color (decimal): -15025870 or 3324186. OLE color: 3324186.
HSL color Cylindrical-coordinate representation of color #1AB932: hue angle of 129.06º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1AB932 is Cyan = 0.86, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 26 | 185 | 50 | - |
| CMYK | 0.86 | 0 | 0.73 | 0.27 |
| HSL | 129.06º | 0.75% | 0.41% | - |
| HSV(B) | 129.06º | 0.86% | 0.73% | - |
| XYZ | 18.35 | 35.15 | 8.83 | - |
| YUV | 122.07 | 87.32 | 59.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 185 | 50 | 0.86 | 0 | 0.73 | 0.27 | 129.06 | 0.75 | 0.41 |
| Hex | 1A | B9 | 32 | 56 | 0 | 49 | 1B | 81 | 4B | 29 |
| Octal | 32 | 271 | 62 | 126 | 0 | 111 | 33 | 201 | 113 | 51 |
| Binary | 11010 | 10111001 | 110010 | 1010110 | 0 | 1001001 | 11011 | 10000001 | 1001011 | 101001 |
Color Harmonies of #1AB932
Complementary color
Monochromatic Colors of #1AB932
Black with #1AB932
Text Example
Text Example
White with #1AB932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB932; }
p { color: rgb(26,185,50); }
H1.HeaderClassName
{
color: #1AB932;
}
.AnyTagClassName
{
color: #1AB932;
}
</style>
background-color css
<style>
a { background-color: #1AB932; }
a { background-color: rgb(26,185,50); }
div.DivClassName
{
background-color: #1AB932;
}
.BgClassName
{
background-color: #1AB932;
}
</style>
border-color css
<style>
span { border-color: #1AB932; }
span { border-color: rgb(26,185,50); }
td.TdClassName
{
border-color: #1AB932;
}
.TagClassName
{
border-color: #1AB932;
}
</style>