Shades of Dark Pastel Green #01BC3E
Tints of Dark Pastel Green #01BC3E
RGB
CMYK
RGB Variations
Color information
#01BC3E (or 0x01BC3E) is known color: Dark Pastel Green. HEX triplet: 01, BC and 3E. RGB value is (1,188,62). Sum of RGB (Red+Green+Blue) = 1+188+62=251 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 251); Green value is 188 (73.83% from 255 or 74.90% from 251); Blue value is 62 (24.61% from 255 or 24.70% from 251); Max value from RGB is 188 - color contains mainly: green. Hex color #01BC3E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01BC3E is #FE43C1. Grayscale: #767676. Windows color (decimal): -16663490 or 4111361. OLE color: 4111361.
HSL color Cylindrical-coordinate representation of color #01BC3E: hue angle of 139.57º 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 #01BC3E is Cyan = 0.99, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 1 | 188 | 62 | - |
| CMYK | 0.99 | 0 | 0.67 | 0.26 |
| HSL | 139.57º | 0.99% | 0.37% | - |
| HSV(B) | 139.57º | 0.99% | 0.74% | - |
| XYZ | 18.87 | 36.32 | 10.57 | - |
| YUV | 117.72 | 96.55 | 44.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 188 | 62 | 0.99 | 0 | 0.67 | 0.26 | 139.57 | 0.99 | 0.37 |
| Hex | 1 | BC | 3E | 63 | 0 | 43 | 1A | 8C | 63 | 25 |
| Octal | 1 | 274 | 76 | 143 | 0 | 103 | 32 | 214 | 143 | 45 |
| Binary | 1 | 10111100 | 111110 | 1100011 | 0 | 1000011 | 11010 | 10001100 | 1100011 | 100101 |
Color Harmonies of #01BC3E
Complementary color
Monochromatic Colors of #01BC3E
Black with #01BC3E
Text Example
Text Example
White with #01BC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BC3E; }
p { color: rgb(1,188,62); }
H1.HeaderClassName
{
color: #01BC3E;
}
.AnyTagClassName
{
color: #01BC3E;
}
</style>
background-color css
<style>
a { background-color: #01BC3E; }
a { background-color: rgb(1,188,62); }
div.DivClassName
{
background-color: #01BC3E;
}
.BgClassName
{
background-color: #01BC3E;
}
</style>
border-color css
<style>
span { border-color: #01BC3E; }
span { border-color: rgb(1,188,62); }
td.TdClassName
{
border-color: #01BC3E;
}
.TagClassName
{
border-color: #01BC3E;
}
</style>