Shades of Dark Pastel Green #1AB835
Tints of Dark Pastel Green #1AB835
RGB
CMYK
RGB Variations
Color information
#1AB835 (or 0x1AB835) is known color: Dark Pastel Green. HEX triplet: 1A, B8 and 35. RGB value is (26,184,53). Sum of RGB (Red+Green+Blue) = 26+184+53=263 (34% of max value = 765). Red value is 26 (10.55% from 255 or 9.89% from 263); Green value is 184 (72.27% from 255 or 69.96% from 263); Blue value is 53 (21.09% from 255 or 20.15% from 263); Max value from RGB is 184 - color contains mainly: green. Hex color #1AB835 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AB835 is #E547CA. Grayscale: #7A7A7A. Windows color (decimal): -15026123 or 3520538. OLE color: 3520538.
HSL color Cylindrical-coordinate representation of color #1AB835: hue angle of 130.25º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1AB835 is Cyan = 0.86, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 26 | 184 | 53 | - |
| CMYK | 0.86 | 0 | 0.71 | 0.28 |
| HSL | 130.25º | 0.75% | 0.41% | - |
| HSV(B) | 130.25º | 0.86% | 0.72% | - |
| XYZ | 18.21 | 34.76 | 9.12 | - |
| YUV | 121.82 | 89.15 | 59.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 184 | 53 | 0.86 | 0 | 0.71 | 0.28 | 130.25 | 0.75 | 0.41 |
| Hex | 1A | B8 | 35 | 56 | 0 | 47 | 1C | 82 | 4B | 29 |
| Octal | 32 | 270 | 65 | 126 | 0 | 107 | 34 | 202 | 113 | 51 |
| Binary | 11010 | 10111000 | 110101 | 1010110 | 0 | 1000111 | 11100 | 10000010 | 1001011 | 101001 |
Color Harmonies of #1AB835
Complementary color
Monochromatic Colors of #1AB835
Black with #1AB835
Text Example
Text Example
White with #1AB835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB835; }
p { color: rgb(26,184,53); }
H1.HeaderClassName
{
color: #1AB835;
}
.AnyTagClassName
{
color: #1AB835;
}
</style>
background-color css
<style>
a { background-color: #1AB835; }
a { background-color: rgb(26,184,53); }
div.DivClassName
{
background-color: #1AB835;
}
.BgClassName
{
background-color: #1AB835;
}
</style>
border-color css
<style>
span { border-color: #1AB835; }
span { border-color: rgb(26,184,53); }
td.TdClassName
{
border-color: #1AB835;
}
.TagClassName
{
border-color: #1AB835;
}
</style>