Shades of Dark Pastel Green #01BD1B
Tints of Dark Pastel Green #01BD1B
RGB
CMYK
RGB Variations
Color information
#01BD1B (or 0x01BD1B) is known color: Dark Pastel Green. HEX triplet: 01, BD and 1B. RGB value is (1,189,27). Sum of RGB (Red+Green+Blue) = 1+189+27=217 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 217); Green value is 189 (74.22% from 255 or 87.10% from 217); Blue value is 27 (10.94% from 255 or 12.44% from 217); Max value from RGB is 189 - color contains mainly: green. Hex color #01BD1B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01BD1B is #FE42E4. Grayscale: #727272. Windows color (decimal): -16663269 or 1817857. OLE color: 1817857.
HSL color Cylindrical-coordinate representation of color #01BD1B: hue angle of 128.3º 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 #01BD1B is Cyan = 0.99, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 1 | 189 | 27 | - |
| CMYK | 0.99 | 0 | 0.86 | 0.26 |
| HSL | 128.3º | 0.99% | 0.37% | - |
| HSV(B) | 128.3º | 0.99% | 0.74% | - |
| XYZ | 18.41 | 36.48 | 7.11 | - |
| YUV | 114.32 | 78.72 | 47.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 189 | 27 | 0.99 | 0 | 0.86 | 0.26 | 128.3 | 0.99 | 0.37 |
| Hex | 1 | BD | 1B | 63 | 0 | 56 | 1A | 80 | 63 | 25 |
| Octal | 1 | 275 | 33 | 143 | 0 | 126 | 32 | 200 | 143 | 45 |
| Binary | 1 | 10111101 | 11011 | 1100011 | 0 | 1010110 | 11010 | 10000000 | 1100011 | 100101 |
Color Harmonies of #01BD1B
Complementary color
Monochromatic Colors of #01BD1B
Black with #01BD1B
Text Example
Text Example
White with #01BD1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BD1B; }
p { color: rgb(1,189,27); }
H1.HeaderClassName
{
color: #01BD1B;
}
.AnyTagClassName
{
color: #01BD1B;
}
</style>
background-color css
<style>
a { background-color: #01BD1B; }
a { background-color: rgb(1,189,27); }
div.DivClassName
{
background-color: #01BD1B;
}
.BgClassName
{
background-color: #01BD1B;
}
</style>
border-color css
<style>
span { border-color: #01BD1B; }
span { border-color: rgb(1,189,27); }
td.TdClassName
{
border-color: #01BD1B;
}
.TagClassName
{
border-color: #01BD1B;
}
</style>