Shades of Dark Pastel Green #1AB334
Tints of Dark Pastel Green #1AB334
RGB
CMYK
RGB Variations
Color information
#1AB334 (or 0x1AB334) is known color: Dark Pastel Green. HEX triplet: 1A, B3 and 34. RGB value is (26,179,52). Sum of RGB (Red+Green+Blue) = 26+179+52=257 (34% of max value = 765). Red value is 26 (10.55% from 255 or 10.12% from 257); Green value is 179 (70.31% from 255 or 69.65% from 257); Blue value is 52 (20.70% from 255 or 20.23% from 257); Max value from RGB is 179 - color contains mainly: green. Hex color #1AB334 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AB334 is #E54CCB. Grayscale: #777777. Windows color (decimal): -15027404 or 3453722. OLE color: 3453722.
HSL color Cylindrical-coordinate representation of color #1AB334: hue angle of 130.2º 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 #1AB334 is Cyan = 0.85, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 26 | 179 | 52 | - |
| CMYK | 0.85 | 0 | 0.71 | 0.30 |
| HSL | 130.2º | 0.75% | 0.4% | - |
| HSV(B) | 130.2º | 0.85% | 0.7% | - |
| XYZ | 17.17 | 32.71 | 8.66 | - |
| YUV | 118.78 | 90.31 | 61.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 179 | 52 | 0.85 | 0 | 0.71 | 0.30 | 130.2 | 0.75 | 0.4 |
| Hex | 1A | B3 | 34 | 55 | 0 | 47 | 1E | 82 | 4B | 28 |
| Octal | 32 | 263 | 64 | 125 | 0 | 107 | 36 | 202 | 113 | 50 |
| Binary | 11010 | 10110011 | 110100 | 1010101 | 0 | 1000111 | 11110 | 10000010 | 1001011 | 101000 |
Color Harmonies of #1AB334
Complementary color
Monochromatic Colors of #1AB334
Black with #1AB334
Text Example
Text Example
White with #1AB334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB334; }
p { color: rgb(26,179,52); }
H1.HeaderClassName
{
color: #1AB334;
}
.AnyTagClassName
{
color: #1AB334;
}
</style>
background-color css
<style>
a { background-color: #1AB334; }
a { background-color: rgb(26,179,52); }
div.DivClassName
{
background-color: #1AB334;
}
.BgClassName
{
background-color: #1AB334;
}
</style>
border-color css
<style>
span { border-color: #1AB334; }
span { border-color: rgb(26,179,52); }
td.TdClassName
{
border-color: #1AB334;
}
.TagClassName
{
border-color: #1AB334;
}
</style>