Shades of Dark Pastel Green #01B543
Tints of Dark Pastel Green #01B543
RGB
CMYK
RGB Variations
Color information
#01B543 (or 0x01B543) is known color: Dark Pastel Green. HEX triplet: 01, B5 and 43. RGB value is (1,181,67). Sum of RGB (Red+Green+Blue) = 1+181+67=249 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 249); Green value is 181 (71.09% from 255 or 72.69% from 249); Blue value is 67 (26.56% from 255 or 26.91% from 249); Max value from RGB is 181 - color contains mainly: green. Hex color #01B543 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01B543 is #FE4ABC. Grayscale: #727272. Windows color (decimal): -16665277 or 4437249. OLE color: 4437249.
HSL color Cylindrical-coordinate representation of color #01B543: hue angle of 142º 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 #01B543 is Cyan = 0.99, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 1 | 181 | 67 | - |
| CMYK | 0.99 | 0 | 0.63 | 0.29 |
| HSL | 142º | 0.99% | 0.36% | - |
| HSV(B) | 142º | 0.99% | 0.71% | - |
| XYZ | 17.55 | 33.46 | 10.84 | - |
| YUV | 114.18 | 101.37 | 47.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 181 | 67 | 0.99 | 0 | 0.63 | 0.29 | 142 | 0.99 | 0.36 |
| Hex | 1 | B5 | 43 | 63 | 0 | 3F | 1D | 8E | 63 | 24 |
| Octal | 1 | 265 | 103 | 143 | 0 | 77 | 35 | 216 | 143 | 44 |
| Binary | 1 | 10110101 | 1000011 | 1100011 | 0 | 111111 | 11101 | 10001110 | 1100011 | 100100 |
Color Harmonies of #01B543
Complementary color
Monochromatic Colors of #01B543
Black with #01B543
Text Example
Text Example
White with #01B543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01B543; }
p { color: rgb(1,181,67); }
H1.HeaderClassName
{
color: #01B543;
}
.AnyTagClassName
{
color: #01B543;
}
</style>
background-color css
<style>
a { background-color: #01B543; }
a { background-color: rgb(1,181,67); }
div.DivClassName
{
background-color: #01B543;
}
.BgClassName
{
background-color: #01B543;
}
</style>
border-color css
<style>
span { border-color: #01B543; }
span { border-color: rgb(1,181,67); }
td.TdClassName
{
border-color: #01B543;
}
.TagClassName
{
border-color: #01B543;
}
</style>