Shades of Dark Pastel Green #1AB340
Tints of Dark Pastel Green #1AB340
RGB
CMYK
RGB Variations
Color information
#1AB340 (or 0x1AB340) is known color: Dark Pastel Green. HEX triplet: 1A, B3 and 40. RGB value is (26,179,64). Sum of RGB (Red+Green+Blue) = 26+179+64=269 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.67% from 269); Green value is 179 (70.31% from 255 or 66.54% from 269); Blue value is 64 (25.39% from 255 or 23.79% from 269); Max value from RGB is 179 - color contains mainly: green. Hex color #1AB340 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AB340 is #E54CBF. Grayscale: #787878. Windows color (decimal): -15027392 or 4240154. OLE color: 4240154.
HSL color Cylindrical-coordinate representation of color #1AB340: hue angle of 134.9º 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 #1AB340 is Cyan = 0.85, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 26 | 179 | 64 | - |
| CMYK | 0.85 | 0 | 0.64 | 0.30 |
| HSL | 134.9º | 0.75% | 0.4% | - |
| HSV(B) | 134.9º | 0.85% | 0.7% | - |
| XYZ | 17.47 | 32.83 | 10.27 | - |
| YUV | 120.14 | 96.31 | 60.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 179 | 64 | 0.85 | 0 | 0.64 | 0.30 | 134.9 | 0.75 | 0.4 |
| Hex | 1A | B3 | 40 | 55 | 0 | 40 | 1E | 87 | 4B | 28 |
| Octal | 32 | 263 | 100 | 125 | 0 | 100 | 36 | 207 | 113 | 50 |
| Binary | 11010 | 10110011 | 1000000 | 1010101 | 0 | 1000000 | 11110 | 10000111 | 1001011 | 101000 |
Color Harmonies of #1AB340
Complementary color
Monochromatic Colors of #1AB340
Black with #1AB340
Text Example
Text Example
White with #1AB340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB340; }
p { color: rgb(26,179,64); }
H1.HeaderClassName
{
color: #1AB340;
}
.AnyTagClassName
{
color: #1AB340;
}
</style>
background-color css
<style>
a { background-color: #1AB340; }
a { background-color: rgb(26,179,64); }
div.DivClassName
{
background-color: #1AB340;
}
.BgClassName
{
background-color: #1AB340;
}
</style>
border-color css
<style>
span { border-color: #1AB340; }
span { border-color: rgb(26,179,64); }
td.TdClassName
{
border-color: #1AB340;
}
.TagClassName
{
border-color: #1AB340;
}
</style>