Shades of Dark Pastel Green #01B024
Tints of Dark Pastel Green #01B024
RGB
CMYK
RGB Variations
Color information
#01B024 (or 0x01B024) is known color: Dark Pastel Green. HEX triplet: 01, B0 and 24. RGB value is (1,176,36). Sum of RGB (Red+Green+Blue) = 1+176+36=213 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 213); Green value is 176 (69.14% from 255 or 82.63% from 213); Blue value is 36 (14.45% from 255 or 16.90% from 213); Max value from RGB is 176 - color contains mainly: green. Hex color #01B024 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01B024 is #FE4FDB. Grayscale: #6C6C6C. Windows color (decimal): -16666588 or 2404353. OLE color: 2404353.
HSL color Cylindrical-coordinate representation of color #01B024: hue angle of 132º 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 #01B024 is Cyan = 0.99, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 1 | 176 | 36 | - |
| CMYK | 0.99 | 0 | 0.80 | 0.31 |
| HSL | 132º | 0.99% | 0.35% | - |
| HSV(B) | 132º | 0.99% | 0.69% | - |
| XYZ | 15.86 | 31.18 | 6.85 | - |
| YUV | 107.72 | 87.52 | 51.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 176 | 36 | 0.99 | 0 | 0.80 | 0.31 | 132 | 0.99 | 0.35 |
| Hex | 1 | B0 | 24 | 63 | 0 | 50 | 1F | 84 | 63 | 23 |
| Octal | 1 | 260 | 44 | 143 | 0 | 120 | 37 | 204 | 143 | 43 |
| Binary | 1 | 10110000 | 100100 | 1100011 | 0 | 1010000 | 11111 | 10000100 | 1100011 | 100011 |
Color Harmonies of #01B024
Complementary color
Monochromatic Colors of #01B024
Black with #01B024
Text Example
Text Example
White with #01B024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01B024; }
p { color: rgb(1,176,36); }
H1.HeaderClassName
{
color: #01B024;
}
.AnyTagClassName
{
color: #01B024;
}
</style>
background-color css
<style>
a { background-color: #01B024; }
a { background-color: rgb(1,176,36); }
div.DivClassName
{
background-color: #01B024;
}
.BgClassName
{
background-color: #01B024;
}
</style>
border-color css
<style>
span { border-color: #01B024; }
span { border-color: rgb(1,176,36); }
td.TdClassName
{
border-color: #01B024;
}
.TagClassName
{
border-color: #01B024;
}
</style>