Shades of Dark Pastel Green #1AB934
Tints of Dark Pastel Green #1AB934
RGB
CMYK
RGB Variations
Color information
#1AB934 (or 0x1AB934) is known color: Dark Pastel Green. HEX triplet: 1A, B9 and 34. RGB value is (26,185,52). Sum of RGB (Red+Green+Blue) = 26+185+52=263 (34% of max value = 765). Red value is 26 (10.55% from 255 or 9.89% from 263); Green value is 185 (72.66% from 255 or 70.34% from 263); Blue value is 52 (20.70% from 255 or 19.77% from 263); Max value from RGB is 185 - color contains mainly: green. Hex color #1AB934 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AB934 is #E546CB. Grayscale: #7A7A7A. Windows color (decimal): -15025868 or 3455258. OLE color: 3455258.
HSL color Cylindrical-coordinate representation of color #1AB934: hue angle of 129.81º 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 #1AB934 is Cyan = 0.86, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 26 | 185 | 52 | - |
| CMYK | 0.86 | 0 | 0.72 | 0.27 |
| HSL | 129.81º | 0.75% | 0.41% | - |
| HSV(B) | 129.81º | 0.86% | 0.73% | - |
| XYZ | 18.39 | 35.17 | 9.07 | - |
| YUV | 122.3 | 88.32 | 59.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 185 | 52 | 0.86 | 0 | 0.72 | 0.27 | 129.81 | 0.75 | 0.41 |
| Hex | 1A | B9 | 34 | 56 | 0 | 48 | 1B | 82 | 4B | 29 |
| Octal | 32 | 271 | 64 | 126 | 0 | 110 | 33 | 202 | 113 | 51 |
| Binary | 11010 | 10111001 | 110100 | 1010110 | 0 | 1001000 | 11011 | 10000010 | 1001011 | 101001 |
Color Harmonies of #1AB934
Complementary color
Monochromatic Colors of #1AB934
Black with #1AB934
Text Example
Text Example
White with #1AB934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB934; }
p { color: rgb(26,185,52); }
H1.HeaderClassName
{
color: #1AB934;
}
.AnyTagClassName
{
color: #1AB934;
}
</style>
background-color css
<style>
a { background-color: #1AB934; }
a { background-color: rgb(26,185,52); }
div.DivClassName
{
background-color: #1AB934;
}
.BgClassName
{
background-color: #1AB934;
}
</style>
border-color css
<style>
span { border-color: #1AB934; }
span { border-color: rgb(26,185,52); }
td.TdClassName
{
border-color: #1AB934;
}
.TagClassName
{
border-color: #1AB934;
}
</style>