Shades of Dark Pastel Green #01B63C
Tints of Dark Pastel Green #01B63C
RGB
CMYK
RGB Variations
Color information
#01B63C (or 0x01B63C) is known color: Dark Pastel Green. HEX triplet: 01, B6 and 3C. RGB value is (1,182,60). Sum of RGB (Red+Green+Blue) = 1+182+60=243 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 243); Green value is 182 (71.48% from 255 or 74.90% from 243); Blue value is 60 (23.83% from 255 or 24.69% from 243); Max value from RGB is 182 - color contains mainly: green. Hex color #01B63C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01B63C is #FE49C3. Grayscale: #727272. Windows color (decimal): -16665028 or 3978753. OLE color: 3978753.
HSL color Cylindrical-coordinate representation of color #01B63C: hue angle of 139.56º 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 #01B63C is Cyan = 0.99, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 1 | 182 | 60 | - |
| CMYK | 0.99 | 0 | 0.67 | 0.29 |
| HSL | 139.56º | 0.99% | 0.36% | - |
| HSV(B) | 139.56º | 0.99% | 0.71% | - |
| XYZ | 17.56 | 33.79 | 9.87 | - |
| YUV | 113.97 | 97.53 | 47.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 182 | 60 | 0.99 | 0 | 0.67 | 0.29 | 139.56 | 0.99 | 0.36 |
| Hex | 1 | B6 | 3C | 63 | 0 | 43 | 1D | 8C | 63 | 24 |
| Octal | 1 | 266 | 74 | 143 | 0 | 103 | 35 | 214 | 143 | 44 |
| Binary | 1 | 10110110 | 111100 | 1100011 | 0 | 1000011 | 11101 | 10001100 | 1100011 | 100100 |
Color Harmonies of #01B63C
Complementary color
Monochromatic Colors of #01B63C
Black with #01B63C
Text Example
Text Example
White with #01B63C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01B63C; }
p { color: rgb(1,182,60); }
H1.HeaderClassName
{
color: #01B63C;
}
.AnyTagClassName
{
color: #01B63C;
}
</style>
background-color css
<style>
a { background-color: #01B63C; }
a { background-color: rgb(1,182,60); }
div.DivClassName
{
background-color: #01B63C;
}
.BgClassName
{
background-color: #01B63C;
}
</style>
border-color css
<style>
span { border-color: #01B63C; }
span { border-color: rgb(1,182,60); }
td.TdClassName
{
border-color: #01B63C;
}
.TagClassName
{
border-color: #01B63C;
}
</style>