Shades of Dark Pastel Green #1AB430
Tints of Dark Pastel Green #1AB430
RGB
CMYK
RGB Variations
Color information
#1AB430 (or 0x1AB430) is known color: Dark Pastel Green. HEX triplet: 1A, B4 and 30. RGB value is (26,180,48). Sum of RGB (Red+Green+Blue) = 26+180+48=254 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.24% from 254); Green value is 180 (70.70% from 255 or 70.87% from 254); Blue value is 48 (19.14% from 255 or 18.90% from 254); Max value from RGB is 180 - color contains mainly: green. Hex color #1AB430 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AB430 is #E54BCF. Grayscale: #777777. Windows color (decimal): -15027152 or 3191834. OLE color: 3191834.
HSL color Cylindrical-coordinate representation of color #1AB430: hue angle of 128.57º 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 #1AB430 is Cyan = 0.86, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 26 | 180 | 48 | - |
| CMYK | 0.86 | 0 | 0.73 | 0.29 |
| HSL | 128.57º | 0.75% | 0.4% | - |
| HSV(B) | 128.57º | 0.86% | 0.71% | - |
| XYZ | 17.28 | 33.08 | 8.27 | - |
| YUV | 118.91 | 87.98 | 61.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 180 | 48 | 0.86 | 0 | 0.73 | 0.29 | 128.57 | 0.75 | 0.4 |
| Hex | 1A | B4 | 30 | 56 | 0 | 49 | 1D | 81 | 4B | 28 |
| Octal | 32 | 264 | 60 | 126 | 0 | 111 | 35 | 201 | 113 | 50 |
| Binary | 11010 | 10110100 | 110000 | 1010110 | 0 | 1001001 | 11101 | 10000001 | 1001011 | 101000 |
Color Harmonies of #1AB430
Complementary color
Monochromatic Colors of #1AB430
Black with #1AB430
Text Example
Text Example
White with #1AB430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB430; }
p { color: rgb(26,180,48); }
H1.HeaderClassName
{
color: #1AB430;
}
.AnyTagClassName
{
color: #1AB430;
}
</style>
background-color css
<style>
a { background-color: #1AB430; }
a { background-color: rgb(26,180,48); }
div.DivClassName
{
background-color: #1AB430;
}
.BgClassName
{
background-color: #1AB430;
}
</style>
border-color css
<style>
span { border-color: #1AB430; }
span { border-color: rgb(26,180,48); }
td.TdClassName
{
border-color: #1AB430;
}
.TagClassName
{
border-color: #1AB430;
}
</style>