Shades of Dark Pastel Green #01A229
Tints of Dark Pastel Green #01A229
RGB
CMYK
RGB Variations
Color information
#01A229 (or 0x01A229) is known color: Dark Pastel Green. HEX triplet: 01, A2 and 29. RGB value is (1,162,41). Sum of RGB (Red+Green+Blue) = 1+162+41=204 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 204); Green value is 162 (63.67% from 255 or 79.41% from 204); Blue value is 41 (16.41% from 255 or 20.10% from 204); Max value from RGB is 162 - color contains mainly: green. Hex color #01A229 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01A229 is #FE5DD6. Grayscale: #646464. Windows color (decimal): -16670167 or 2728449. OLE color: 2728449.
HSL color Cylindrical-coordinate representation of color #01A229: hue angle of 134.91º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01A229 is Cyan = 0.99, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 1 | 162 | 41 | - |
| CMYK | 0.99 | 0 | 0.75 | 0.36 |
| HSL | 134.91º | 0.99% | 0.32% | - |
| HSV(B) | 134.91º | 0.99% | 0.64% | - |
| XYZ | 13.33 | 26.01 | 6.41 | - |
| YUV | 100.07 | 94.66 | 57.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 162 | 41 | 0.99 | 0 | 0.75 | 0.36 | 134.91 | 0.99 | 0.32 |
| Hex | 1 | A2 | 29 | 63 | 0 | 4B | 24 | 87 | 63 | 20 |
| Octal | 1 | 242 | 51 | 143 | 0 | 113 | 44 | 207 | 143 | 40 |
| Binary | 1 | 10100010 | 101001 | 1100011 | 0 | 1001011 | 100100 | 10000111 | 1100011 | 100000 |
Color Harmonies of #01A229
Complementary color
Monochromatic Colors of #01A229
Black with #01A229
Text Example
Text Example
White with #01A229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01A229; }
p { color: rgb(1,162,41); }
H1.HeaderClassName
{
color: #01A229;
}
.AnyTagClassName
{
color: #01A229;
}
</style>
background-color css
<style>
a { background-color: #01A229; }
a { background-color: rgb(1,162,41); }
div.DivClassName
{
background-color: #01A229;
}
.BgClassName
{
background-color: #01A229;
}
</style>
border-color css
<style>
span { border-color: #01A229; }
span { border-color: rgb(1,162,41); }
td.TdClassName
{
border-color: #01A229;
}
.TagClassName
{
border-color: #01A229;
}
</style>