Shades of Dark Pastel Green #01B029
Tints of Dark Pastel Green #01B029
RGB
CMYK
RGB Variations
Color information
#01B029 (or 0x01B029) is known color: Dark Pastel Green. HEX triplet: 01, B0 and 29. RGB value is (1,176,41). Sum of RGB (Red+Green+Blue) = 1+176+41=218 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 218); Green value is 176 (69.14% from 255 or 80.73% from 218); Blue value is 41 (16.41% from 255 or 18.81% from 218); Max value from RGB is 176 - color contains mainly: green. Hex color #01B029 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01B029 is #FE4FD6. Grayscale: #6C6C6C. Windows color (decimal): -16666583 or 2732033. OLE color: 2732033.
HSL color Cylindrical-coordinate representation of color #01B029: hue angle of 133.71º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01B029 is Cyan = 0.99, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 1 | 176 | 41 | - |
| CMYK | 0.99 | 0 | 0.77 | 0.31 |
| HSL | 133.71º | 0.99% | 0.35% | - |
| HSV(B) | 133.71º | 0.99% | 0.69% | - |
| XYZ | 15.94 | 31.22 | 7.28 | - |
| YUV | 108.29 | 90.02 | 51.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 176 | 41 | 0.99 | 0 | 0.77 | 0.31 | 133.71 | 0.99 | 0.35 |
| Hex | 1 | B0 | 29 | 63 | 0 | 4D | 1F | 86 | 63 | 23 |
| Octal | 1 | 260 | 51 | 143 | 0 | 115 | 37 | 206 | 143 | 43 |
| Binary | 1 | 10110000 | 101001 | 1100011 | 0 | 1001101 | 11111 | 10000110 | 1100011 | 100011 |
Color Harmonies of #01B029
Complementary color
Monochromatic Colors of #01B029
Black with #01B029
Text Example
Text Example
White with #01B029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01B029; }
p { color: rgb(1,176,41); }
H1.HeaderClassName
{
color: #01B029;
}
.AnyTagClassName
{
color: #01B029;
}
</style>
background-color css
<style>
a { background-color: #01B029; }
a { background-color: rgb(1,176,41); }
div.DivClassName
{
background-color: #01B029;
}
.BgClassName
{
background-color: #01B029;
}
</style>
border-color css
<style>
span { border-color: #01B029; }
span { border-color: rgb(1,176,41); }
td.TdClassName
{
border-color: #01B029;
}
.TagClassName
{
border-color: #01B029;
}
</style>