Shades of Dark Pastel Green #01BC3C
Tints of Dark Pastel Green #01BC3C
RGB
CMYK
RGB Variations
Color information
#01BC3C (or 0x01BC3C) is known color: Dark Pastel Green. HEX triplet: 01, BC and 3C. RGB value is (1,188,60). Sum of RGB (Red+Green+Blue) = 1+188+60=249 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 249); Green value is 188 (73.83% from 255 or 75.50% from 249); Blue value is 60 (23.83% from 255 or 24.10% from 249); Max value from RGB is 188 - color contains mainly: green. Hex color #01BC3C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01BC3C is #FE43C3. Grayscale: #757575. Windows color (decimal): -16663492 or 3980289. OLE color: 3980289.
HSL color Cylindrical-coordinate representation of color #01BC3C: hue angle of 138.93º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01BC3C is Cyan = 0.99, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 1 | 188 | 60 | - |
| CMYK | 0.99 | 0 | 0.68 | 0.26 |
| HSL | 138.93º | 0.99% | 0.37% | - |
| HSV(B) | 138.93º | 0.99% | 0.74% | - |
| XYZ | 18.81 | 36.3 | 10.29 | - |
| YUV | 117.5 | 95.55 | 44.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 188 | 60 | 0.99 | 0 | 0.68 | 0.26 | 138.93 | 0.99 | 0.37 |
| Hex | 1 | BC | 3C | 63 | 0 | 44 | 1A | 8B | 63 | 25 |
| Octal | 1 | 274 | 74 | 143 | 0 | 104 | 32 | 213 | 143 | 45 |
| Binary | 1 | 10111100 | 111100 | 1100011 | 0 | 1000100 | 11010 | 10001011 | 1100011 | 100101 |
Color Harmonies of #01BC3C
Complementary color
Monochromatic Colors of #01BC3C
Black with #01BC3C
Text Example
Text Example
White with #01BC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BC3C; }
p { color: rgb(1,188,60); }
H1.HeaderClassName
{
color: #01BC3C;
}
.AnyTagClassName
{
color: #01BC3C;
}
</style>
background-color css
<style>
a { background-color: #01BC3C; }
a { background-color: rgb(1,188,60); }
div.DivClassName
{
background-color: #01BC3C;
}
.BgClassName
{
background-color: #01BC3C;
}
</style>
border-color css
<style>
span { border-color: #01BC3C; }
span { border-color: rgb(1,188,60); }
td.TdClassName
{
border-color: #01BC3C;
}
.TagClassName
{
border-color: #01BC3C;
}
</style>