Shades of Dark Pastel Green #1AB32D
Tints of Dark Pastel Green #1AB32D
RGB
CMYK
RGB Variations
Color information
#1AB32D (or 0x1AB32D) is known color: Dark Pastel Green. HEX triplet: 1A, B3 and 2D. RGB value is (26,179,45). Sum of RGB (Red+Green+Blue) = 26+179+45=250 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.4% from 250); Green value is 179 (70.31% from 255 or 71.6% from 250); Blue value is 45 (17.97% from 255 or 18% from 250); Max value from RGB is 179 - color contains mainly: green. Hex color #1AB32D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AB32D is #E54CD2. Grayscale: #767676. Windows color (decimal): -15027411 or 2994970. OLE color: 2994970.
HSL color Cylindrical-coordinate representation of color #1AB32D: hue angle of 127.45º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1AB32D is Cyan = 0.85, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 26 | 179 | 45 | - |
| CMYK | 0.85 | 0 | 0.75 | 0.30 |
| HSL | 127.45º | 0.75% | 0.4% | - |
| HSV(B) | 127.45º | 0.85% | 0.7% | - |
| XYZ | 17.02 | 32.65 | 7.89 | - |
| YUV | 117.98 | 86.81 | 62.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 179 | 45 | 0.85 | 0 | 0.75 | 0.30 | 127.45 | 0.75 | 0.4 |
| Hex | 1A | B3 | 2D | 55 | 0 | 4B | 1E | 7F | 4B | 28 |
| Octal | 32 | 263 | 55 | 125 | 0 | 113 | 36 | 177 | 113 | 50 |
| Binary | 11010 | 10110011 | 101101 | 1010101 | 0 | 1001011 | 11110 | 1111111 | 1001011 | 101000 |
Color Harmonies of #1AB32D
Complementary color
Monochromatic Colors of #1AB32D
Black with #1AB32D
Text Example
Text Example
White with #1AB32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB32D; }
p { color: rgb(26,179,45); }
H1.HeaderClassName
{
color: #1AB32D;
}
.AnyTagClassName
{
color: #1AB32D;
}
</style>
background-color css
<style>
a { background-color: #1AB32D; }
a { background-color: rgb(26,179,45); }
div.DivClassName
{
background-color: #1AB32D;
}
.BgClassName
{
background-color: #1AB32D;
}
</style>
border-color css
<style>
span { border-color: #1AB32D; }
span { border-color: rgb(26,179,45); }
td.TdClassName
{
border-color: #1AB32D;
}
.TagClassName
{
border-color: #1AB32D;
}
</style>