Shades of Dark Pastel Green #1AB32F
Tints of Dark Pastel Green #1AB32F
RGB
CMYK
RGB Variations
Color information
#1AB32F (or 0x1AB32F) is known color: Dark Pastel Green. HEX triplet: 1A, B3 and 2F. RGB value is (26,179,47). Sum of RGB (Red+Green+Blue) = 26+179+47=252 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.32% from 252); Green value is 179 (70.31% from 255 or 71.03% from 252); Blue value is 47 (18.75% from 255 or 18.65% from 252); Max value from RGB is 179 - color contains mainly: green. Hex color #1AB32F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AB32F is #E54CD0. Grayscale: #767676. Windows color (decimal): -15027409 or 3126042. OLE color: 3126042.
HSL color Cylindrical-coordinate representation of color #1AB32F: hue angle of 128.24º 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 #1AB32F is Cyan = 0.85, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 26 | 179 | 47 | - |
| CMYK | 0.85 | 0 | 0.74 | 0.30 |
| HSL | 128.24º | 0.75% | 0.4% | - |
| HSV(B) | 128.24º | 0.85% | 0.7% | - |
| XYZ | 17.06 | 32.67 | 8.1 | - |
| YUV | 118.21 | 87.81 | 62.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 179 | 47 | 0.85 | 0 | 0.74 | 0.30 | 128.24 | 0.75 | 0.4 |
| Hex | 1A | B3 | 2F | 55 | 0 | 4A | 1E | 80 | 4B | 28 |
| Octal | 32 | 263 | 57 | 125 | 0 | 112 | 36 | 200 | 113 | 50 |
| Binary | 11010 | 10110011 | 101111 | 1010101 | 0 | 1001010 | 11110 | 10000000 | 1001011 | 101000 |
Color Harmonies of #1AB32F
Complementary color
Monochromatic Colors of #1AB32F
Black with #1AB32F
Text Example
Text Example
White with #1AB32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB32F; }
p { color: rgb(26,179,47); }
H1.HeaderClassName
{
color: #1AB32F;
}
.AnyTagClassName
{
color: #1AB32F;
}
</style>
background-color css
<style>
a { background-color: #1AB32F; }
a { background-color: rgb(26,179,47); }
div.DivClassName
{
background-color: #1AB32F;
}
.BgClassName
{
background-color: #1AB32F;
}
</style>
border-color css
<style>
span { border-color: #1AB32F; }
span { border-color: rgb(26,179,47); }
td.TdClassName
{
border-color: #1AB32F;
}
.TagClassName
{
border-color: #1AB32F;
}
</style>