Shades of Dark Pastel Green #1AB538
Tints of Dark Pastel Green #1AB538
RGB
CMYK
RGB Variations
Color information
#1AB538 (or 0x1AB538) is known color: Dark Pastel Green. HEX triplet: 1A, B5 and 38. RGB value is (26,181,56). Sum of RGB (Red+Green+Blue) = 26+181+56=263 (34% of max value = 765). Red value is 26 (10.55% from 255 or 9.89% from 263); Green value is 181 (71.09% from 255 or 68.82% from 263); Blue value is 56 (22.27% from 255 or 21.29% from 263); Max value from RGB is 181 - color contains mainly: green. Hex color #1AB538 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AB538 is #E54AC7. Grayscale: #787878. Windows color (decimal): -15026888 or 3716378. OLE color: 3716378.
HSL color Cylindrical-coordinate representation of color #1AB538: hue angle of 131.61º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1AB538 is Cyan = 0.86, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 26 | 181 | 56 | - |
| CMYK | 0.86 | 0 | 0.69 | 0.29 |
| HSL | 131.61º | 0.75% | 0.41% | - |
| HSV(B) | 131.61º | 0.86% | 0.71% | - |
| XYZ | 17.66 | 33.55 | 9.29 | - |
| YUV | 120.41 | 91.65 | 60.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 181 | 56 | 0.86 | 0 | 0.69 | 0.29 | 131.61 | 0.75 | 0.41 |
| Hex | 1A | B5 | 38 | 56 | 0 | 45 | 1D | 84 | 4B | 29 |
| Octal | 32 | 265 | 70 | 126 | 0 | 105 | 35 | 204 | 113 | 51 |
| Binary | 11010 | 10110101 | 111000 | 1010110 | 0 | 1000101 | 11101 | 10000100 | 1001011 | 101001 |
Color Harmonies of #1AB538
Complementary color
Monochromatic Colors of #1AB538
Black with #1AB538
Text Example
Text Example
White with #1AB538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB538; }
p { color: rgb(26,181,56); }
H1.HeaderClassName
{
color: #1AB538;
}
.AnyTagClassName
{
color: #1AB538;
}
</style>
background-color css
<style>
a { background-color: #1AB538; }
a { background-color: rgb(26,181,56); }
div.DivClassName
{
background-color: #1AB538;
}
.BgClassName
{
background-color: #1AB538;
}
</style>
border-color css
<style>
span { border-color: #1AB538; }
span { border-color: rgb(26,181,56); }
td.TdClassName
{
border-color: #1AB538;
}
.TagClassName
{
border-color: #1AB538;
}
</style>