Shades of Dark Pastel Green #01BD3A
Tints of Dark Pastel Green #01BD3A
RGB
CMYK
RGB Variations
Color information
#01BD3A (or 0x01BD3A) is known color: Dark Pastel Green. HEX triplet: 01, BD and 3A. RGB value is (1,189,58). Sum of RGB (Red+Green+Blue) = 1+189+58=248 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 248); Green value is 189 (74.22% from 255 or 76.21% from 248); Blue value is 58 (23.05% from 255 or 23.39% from 248); Max value from RGB is 189 - color contains mainly: green. Hex color #01BD3A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01BD3A is #FE42C5. Grayscale: #767676. Windows color (decimal): -16663238 or 3849473. OLE color: 3849473.
HSL color Cylindrical-coordinate representation of color #01BD3A: hue angle of 138.19º 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 #01BD3A is Cyan = 0.99, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 1 | 189 | 58 | - |
| CMYK | 0.99 | 0 | 0.69 | 0.26 |
| HSL | 138.19º | 0.99% | 0.37% | - |
| HSV(B) | 138.19º | 0.99% | 0.74% | - |
| XYZ | 18.97 | 36.71 | 10.09 | - |
| YUV | 117.85 | 94.22 | 44.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 189 | 58 | 0.99 | 0 | 0.69 | 0.26 | 138.19 | 0.99 | 0.37 |
| Hex | 1 | BD | 3A | 63 | 0 | 45 | 1A | 8A | 63 | 25 |
| Octal | 1 | 275 | 72 | 143 | 0 | 105 | 32 | 212 | 143 | 45 |
| Binary | 1 | 10111101 | 111010 | 1100011 | 0 | 1000101 | 11010 | 10001010 | 1100011 | 100101 |
Color Harmonies of #01BD3A
Complementary color
Monochromatic Colors of #01BD3A
Black with #01BD3A
Text Example
Text Example
White with #01BD3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BD3A; }
p { color: rgb(1,189,58); }
H1.HeaderClassName
{
color: #01BD3A;
}
.AnyTagClassName
{
color: #01BD3A;
}
</style>
background-color css
<style>
a { background-color: #01BD3A; }
a { background-color: rgb(1,189,58); }
div.DivClassName
{
background-color: #01BD3A;
}
.BgClassName
{
background-color: #01BD3A;
}
</style>
border-color css
<style>
span { border-color: #01BD3A; }
span { border-color: rgb(1,189,58); }
td.TdClassName
{
border-color: #01BD3A;
}
.TagClassName
{
border-color: #01BD3A;
}
</style>