Shades of Dark Pastel Green #1AB441
Tints of Dark Pastel Green #1AB441
RGB
CMYK
RGB Variations
Color information
#1AB441 (or 0x1AB441) is known color: Dark Pastel Green. HEX triplet: 1A, B4 and 41. RGB value is (26,180,65). Sum of RGB (Red+Green+Blue) = 26+180+65=271 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.59% from 271); Green value is 180 (70.70% from 255 or 66.42% from 271); Blue value is 65 (25.78% from 255 or 23.99% from 271); Max value from RGB is 180 - color contains mainly: green. Hex color #1AB441 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AB441 is #E54BBE. Grayscale: #797979. Windows color (decimal): -15027135 or 4305946. OLE color: 4305946.
HSL color Cylindrical-coordinate representation of color #1AB441: hue angle of 135.19º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1AB441 is Cyan = 0.86, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 26 | 180 | 65 | - |
| CMYK | 0.86 | 0 | 0.64 | 0.29 |
| HSL | 135.19º | 0.75% | 0.4% | - |
| HSV(B) | 135.19º | 0.86% | 0.71% | - |
| XYZ | 17.7 | 33.24 | 10.48 | - |
| YUV | 120.84 | 96.48 | 60.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 180 | 65 | 0.86 | 0 | 0.64 | 0.29 | 135.19 | 0.75 | 0.4 |
| Hex | 1A | B4 | 41 | 56 | 0 | 40 | 1D | 87 | 4B | 28 |
| Octal | 32 | 264 | 101 | 126 | 0 | 100 | 35 | 207 | 113 | 50 |
| Binary | 11010 | 10110100 | 1000001 | 1010110 | 0 | 1000000 | 11101 | 10000111 | 1001011 | 101000 |
Color Harmonies of #1AB441
Complementary color
Monochromatic Colors of #1AB441
Black with #1AB441
Text Example
Text Example
White with #1AB441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB441; }
p { color: rgb(26,180,65); }
H1.HeaderClassName
{
color: #1AB441;
}
.AnyTagClassName
{
color: #1AB441;
}
</style>
background-color css
<style>
a { background-color: #1AB441; }
a { background-color: rgb(26,180,65); }
div.DivClassName
{
background-color: #1AB441;
}
.BgClassName
{
background-color: #1AB441;
}
</style>
border-color css
<style>
span { border-color: #1AB441; }
span { border-color: rgb(26,180,65); }
td.TdClassName
{
border-color: #1AB441;
}
.TagClassName
{
border-color: #1AB441;
}
</style>