Shades of Dark Pastel Green #01B529
Tints of Dark Pastel Green #01B529
RGB
CMYK
RGB Variations
Color information
#01B529 (or 0x01B529) is known color: Dark Pastel Green. HEX triplet: 01, B5 and 29. RGB value is (1,181,41). Sum of RGB (Red+Green+Blue) = 1+181+41=223 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 223); Green value is 181 (71.09% from 255 or 81.17% from 223); Blue value is 41 (16.41% from 255 or 18.39% from 223); Max value from RGB is 181 - color contains mainly: green. Hex color #01B529 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01B529 is #FE4AD6. Grayscale: #6F6F6F. Windows color (decimal): -16665303 or 2733313. OLE color: 2733313.
HSL color Cylindrical-coordinate representation of color #01B529: hue angle of 133.33º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01B529 is Cyan = 0.99, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 1 | 181 | 41 | - |
| CMYK | 0.99 | 0 | 0.77 | 0.29 |
| HSL | 133.33º | 0.99% | 0.36% | - |
| HSV(B) | 133.33º | 0.99% | 0.71% | - |
| XYZ | 16.94 | 33.21 | 7.62 | - |
| YUV | 111.22 | 88.37 | 49.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 181 | 41 | 0.99 | 0 | 0.77 | 0.29 | 133.33 | 0.99 | 0.36 |
| Hex | 1 | B5 | 29 | 63 | 0 | 4D | 1D | 85 | 63 | 24 |
| Octal | 1 | 265 | 51 | 143 | 0 | 115 | 35 | 205 | 143 | 44 |
| Binary | 1 | 10110101 | 101001 | 1100011 | 0 | 1001101 | 11101 | 10000101 | 1100011 | 100100 |
Color Harmonies of #01B529
Complementary color
Monochromatic Colors of #01B529
Black with #01B529
Text Example
Text Example
White with #01B529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01B529; }
p { color: rgb(1,181,41); }
H1.HeaderClassName
{
color: #01B529;
}
.AnyTagClassName
{
color: #01B529;
}
</style>
background-color css
<style>
a { background-color: #01B529; }
a { background-color: rgb(1,181,41); }
div.DivClassName
{
background-color: #01B529;
}
.BgClassName
{
background-color: #01B529;
}
</style>
border-color css
<style>
span { border-color: #01B529; }
span { border-color: rgb(1,181,41); }
td.TdClassName
{
border-color: #01B529;
}
.TagClassName
{
border-color: #01B529;
}
</style>