Shades of Dark Pastel Green #1AB335
Tints of Dark Pastel Green #1AB335
RGB
CMYK
RGB Variations
Color information
#1AB335 (or 0x1AB335) is known color: Dark Pastel Green. HEX triplet: 1A, B3 and 35. RGB value is (26,179,53). Sum of RGB (Red+Green+Blue) = 26+179+53=258 (34% of max value = 765). Red value is 26 (10.55% from 255 or 10.08% from 258); Green value is 179 (70.31% from 255 or 69.38% from 258); Blue value is 53 (21.09% from 255 or 20.54% from 258); Max value from RGB is 179 - color contains mainly: green. Hex color #1AB335 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AB335 is #E54CCA. Grayscale: #777777. Windows color (decimal): -15027403 or 3519258. OLE color: 3519258.
HSL color Cylindrical-coordinate representation of color #1AB335: hue angle of 130.59º 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 #1AB335 is Cyan = 0.85, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 26 | 179 | 53 | - |
| CMYK | 0.85 | 0 | 0.70 | 0.30 |
| HSL | 130.59º | 0.75% | 0.4% | - |
| HSV(B) | 130.59º | 0.85% | 0.7% | - |
| XYZ | 17.19 | 32.72 | 8.78 | - |
| YUV | 118.89 | 90.81 | 61.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 179 | 53 | 0.85 | 0 | 0.70 | 0.30 | 130.59 | 0.75 | 0.4 |
| Hex | 1A | B3 | 35 | 55 | 0 | 46 | 1E | 83 | 4B | 28 |
| Octal | 32 | 263 | 65 | 125 | 0 | 106 | 36 | 203 | 113 | 50 |
| Binary | 11010 | 10110011 | 110101 | 1010101 | 0 | 1000110 | 11110 | 10000011 | 1001011 | 101000 |
Color Harmonies of #1AB335
Complementary color
Monochromatic Colors of #1AB335
Black with #1AB335
Text Example
Text Example
White with #1AB335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB335; }
p { color: rgb(26,179,53); }
H1.HeaderClassName
{
color: #1AB335;
}
.AnyTagClassName
{
color: #1AB335;
}
</style>
background-color css
<style>
a { background-color: #1AB335; }
a { background-color: rgb(26,179,53); }
div.DivClassName
{
background-color: #1AB335;
}
.BgClassName
{
background-color: #1AB335;
}
</style>
border-color css
<style>
span { border-color: #1AB335; }
span { border-color: rgb(26,179,53); }
td.TdClassName
{
border-color: #1AB335;
}
.TagClassName
{
border-color: #1AB335;
}
</style>