Shades of Dark Pastel Green #01BC2D
Tints of Dark Pastel Green #01BC2D
RGB
CMYK
RGB Variations
Color information
#01BC2D (or 0x01BC2D) is known color: Dark Pastel Green. HEX triplet: 01, BC and 2D. RGB value is (1,188,45). Sum of RGB (Red+Green+Blue) = 1+188+45=234 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 234); Green value is 188 (73.83% from 255 or 80.34% from 234); Blue value is 45 (17.97% from 255 or 19.23% from 234); Max value from RGB is 188 - color contains mainly: green. Hex color #01BC2D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01BC2D is #FE43D2. Grayscale: #747474. Windows color (decimal): -16663507 or 2997249. OLE color: 2997249.
HSL color Cylindrical-coordinate representation of color #01BC2D: hue angle of 134.12º 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 #01BC2D is Cyan = 0.99, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 1 | 188 | 45 | - |
| CMYK | 0.99 | 0 | 0.76 | 0.26 |
| HSL | 134.12º | 0.99% | 0.37% | - |
| HSV(B) | 134.12º | 0.99% | 0.74% | - |
| XYZ | 18.47 | 36.16 | 8.49 | - |
| YUV | 115.79 | 88.05 | 46.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 188 | 45 | 0.99 | 0 | 0.76 | 0.26 | 134.12 | 0.99 | 0.37 |
| Hex | 1 | BC | 2D | 63 | 0 | 4C | 1A | 86 | 63 | 25 |
| Octal | 1 | 274 | 55 | 143 | 0 | 114 | 32 | 206 | 143 | 45 |
| Binary | 1 | 10111100 | 101101 | 1100011 | 0 | 1001100 | 11010 | 10000110 | 1100011 | 100101 |
Color Harmonies of #01BC2D
Complementary color
Monochromatic Colors of #01BC2D
Black with #01BC2D
Text Example
Text Example
White with #01BC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BC2D; }
p { color: rgb(1,188,45); }
H1.HeaderClassName
{
color: #01BC2D;
}
.AnyTagClassName
{
color: #01BC2D;
}
</style>
background-color css
<style>
a { background-color: #01BC2D; }
a { background-color: rgb(1,188,45); }
div.DivClassName
{
background-color: #01BC2D;
}
.BgClassName
{
background-color: #01BC2D;
}
</style>
border-color css
<style>
span { border-color: #01BC2D; }
span { border-color: rgb(1,188,45); }
td.TdClassName
{
border-color: #01BC2D;
}
.TagClassName
{
border-color: #01BC2D;
}
</style>