Shades of Dark Pastel Green #01B73C
Tints of Dark Pastel Green #01B73C
RGB
CMYK
RGB Variations
Color information
#01B73C (or 0x01B73C) is known color: Dark Pastel Green. HEX triplet: 01, B7 and 3C. RGB value is (1,183,60). Sum of RGB (Red+Green+Blue) = 1+183+60=244 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 244); Green value is 183 (71.88% from 255 or 75% from 244); Blue value is 60 (23.83% from 255 or 24.59% from 244); Max value from RGB is 183 - color contains mainly: green. Hex color #01B73C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01B73C is #FE48C3. Grayscale: #727272. Windows color (decimal): -16664772 or 3979009. OLE color: 3979009.
HSL color Cylindrical-coordinate representation of color #01B73C: hue angle of 139.45º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01B73C is Cyan = 0.99, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 1 | 183 | 60 | - |
| CMYK | 0.99 | 0 | 0.67 | 0.28 |
| HSL | 139.45º | 0.99% | 0.36% | - |
| HSV(B) | 139.45º | 0.99% | 0.72% | - |
| XYZ | 17.76 | 34.2 | 9.94 | - |
| YUV | 114.56 | 97.2 | 47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 183 | 60 | 0.99 | 0 | 0.67 | 0.28 | 139.45 | 0.99 | 0.36 |
| Hex | 1 | B7 | 3C | 63 | 0 | 43 | 1C | 8B | 63 | 24 |
| Octal | 1 | 267 | 74 | 143 | 0 | 103 | 34 | 213 | 143 | 44 |
| Binary | 1 | 10110111 | 111100 | 1100011 | 0 | 1000011 | 11100 | 10001011 | 1100011 | 100100 |
Color Harmonies of #01B73C
Complementary color
Monochromatic Colors of #01B73C
Black with #01B73C
Text Example
Text Example
White with #01B73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01B73C; }
p { color: rgb(1,183,60); }
H1.HeaderClassName
{
color: #01B73C;
}
.AnyTagClassName
{
color: #01B73C;
}
</style>
background-color css
<style>
a { background-color: #01B73C; }
a { background-color: rgb(1,183,60); }
div.DivClassName
{
background-color: #01B73C;
}
.BgClassName
{
background-color: #01B73C;
}
</style>
border-color css
<style>
span { border-color: #01B73C; }
span { border-color: rgb(1,183,60); }
td.TdClassName
{
border-color: #01B73C;
}
.TagClassName
{
border-color: #01B73C;
}
</style>