Shades of Dark Pastel Green #1AB734
Tints of Dark Pastel Green #1AB734
RGB
CMYK
RGB Variations
Color information
#1AB734 (or 0x1AB734) is known color: Dark Pastel Green. HEX triplet: 1A, B7 and 34. RGB value is (26,183,52). Sum of RGB (Red+Green+Blue) = 26+183+52=261 (34% of max value = 765). Red value is 26 (10.55% from 255 or 9.96% from 261); Green value is 183 (71.88% from 255 or 70.11% from 261); Blue value is 52 (20.70% from 255 or 19.92% from 261); Max value from RGB is 183 - color contains mainly: green. Hex color #1AB734 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AB734 is #E548CB. Grayscale: #797979. Windows color (decimal): -15026380 or 3454746. OLE color: 3454746.
HSL color Cylindrical-coordinate representation of color #1AB734: hue angle of 129.94º 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 #1AB734 is Cyan = 0.86, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 26 | 183 | 52 | - |
| CMYK | 0.86 | 0 | 0.72 | 0.28 |
| HSL | 129.94º | 0.75% | 0.41% | - |
| HSV(B) | 129.94º | 0.86% | 0.72% | - |
| XYZ | 17.98 | 34.33 | 8.93 | - |
| YUV | 121.12 | 88.99 | 60.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 183 | 52 | 0.86 | 0 | 0.72 | 0.28 | 129.94 | 0.75 | 0.41 |
| Hex | 1A | B7 | 34 | 56 | 0 | 48 | 1C | 82 | 4B | 29 |
| Octal | 32 | 267 | 64 | 126 | 0 | 110 | 34 | 202 | 113 | 51 |
| Binary | 11010 | 10110111 | 110100 | 1010110 | 0 | 1001000 | 11100 | 10000010 | 1001011 | 101001 |
Color Harmonies of #1AB734
Complementary color
Monochromatic Colors of #1AB734
Black with #1AB734
Text Example
Text Example
White with #1AB734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB734; }
p { color: rgb(26,183,52); }
H1.HeaderClassName
{
color: #1AB734;
}
.AnyTagClassName
{
color: #1AB734;
}
</style>
background-color css
<style>
a { background-color: #1AB734; }
a { background-color: rgb(26,183,52); }
div.DivClassName
{
background-color: #1AB734;
}
.BgClassName
{
background-color: #1AB734;
}
</style>
border-color css
<style>
span { border-color: #1AB734; }
span { border-color: rgb(26,183,52); }
td.TdClassName
{
border-color: #1AB734;
}
.TagClassName
{
border-color: #1AB734;
}
</style>