Shades of Dark Pastel Green #01BB28
Tints of Dark Pastel Green #01BB28
RGB
CMYK
RGB Variations
Color information
#01BB28 (or 0x01BB28) is known color: Dark Pastel Green. HEX triplet: 01, BB and 28. RGB value is (1,187,40). Sum of RGB (Red+Green+Blue) = 1+187+40=228 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 228); Green value is 187 (73.44% from 255 or 82.02% from 228); Blue value is 40 (16.02% from 255 or 17.54% from 228); Max value from RGB is 187 - color contains mainly: green. Hex color #01BB28 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01BB28 is #FE44D7. Grayscale: #737373. Windows color (decimal): -16663768 or 2669313. OLE color: 2669313.
HSL color Cylindrical-coordinate representation of color #01BB28: hue angle of 132.58º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01BB28 is Cyan = 0.99, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 187 | 40 | - |
| CMYK | 0.99 | 0 | 0.79 | 0.27 |
| HSL | 132.58º | 0.99% | 0.37% | - |
| HSV(B) | 132.58º | 0.99% | 0.73% | - |
| XYZ | 18.17 | 35.7 | 7.94 | - |
| YUV | 114.63 | 85.88 | 46.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 187 | 40 | 0.99 | 0 | 0.79 | 0.27 | 132.58 | 0.99 | 0.37 |
| Hex | 1 | BB | 28 | 63 | 0 | 4F | 1B | 85 | 63 | 25 |
| Octal | 1 | 273 | 50 | 143 | 0 | 117 | 33 | 205 | 143 | 45 |
| Binary | 1 | 10111011 | 101000 | 1100011 | 0 | 1001111 | 11011 | 10000101 | 1100011 | 100101 |
Color Harmonies of #01BB28
Complementary color
Monochromatic Colors of #01BB28
Black with #01BB28
Text Example
Text Example
White with #01BB28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BB28; }
p { color: rgb(1,187,40); }
H1.HeaderClassName
{
color: #01BB28;
}
.AnyTagClassName
{
color: #01BB28;
}
</style>
background-color css
<style>
a { background-color: #01BB28; }
a { background-color: rgb(1,187,40); }
div.DivClassName
{
background-color: #01BB28;
}
.BgClassName
{
background-color: #01BB28;
}
</style>
border-color css
<style>
span { border-color: #01BB28; }
span { border-color: rgb(1,187,40); }
td.TdClassName
{
border-color: #01BB28;
}
.TagClassName
{
border-color: #01BB28;
}
</style>