Shades of Dark Pastel Green #01BB26
Tints of Dark Pastel Green #01BB26
RGB
CMYK
RGB Variations
Color information
#01BB26 (or 0x01BB26) is known color: Dark Pastel Green. HEX triplet: 01, BB and 26. RGB value is (1,187,38). Sum of RGB (Red+Green+Blue) = 1+187+38=226 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 226); Green value is 187 (73.44% from 255 or 82.74% from 226); Blue value is 38 (15.23% from 255 or 16.81% from 226); Max value from RGB is 187 - color contains mainly: green. Hex color #01BB26 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01BB26 is #FE44D9. Grayscale: #727272. Windows color (decimal): -16663770 or 2538241. OLE color: 2538241.
HSL color Cylindrical-coordinate representation of color #01BB26: hue angle of 131.94º 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 #01BB26 is Cyan = 0.99, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 187 | 38 | - |
| CMYK | 0.99 | 0 | 0.80 | 0.27 |
| HSL | 131.94º | 0.99% | 0.37% | - |
| HSV(B) | 131.94º | 0.99% | 0.73% | - |
| XYZ | 18.13 | 35.69 | 7.77 | - |
| YUV | 114.4 | 84.88 | 47.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 187 | 38 | 0.99 | 0 | 0.80 | 0.27 | 131.94 | 0.99 | 0.37 |
| Hex | 1 | BB | 26 | 63 | 0 | 50 | 1B | 84 | 63 | 25 |
| Octal | 1 | 273 | 46 | 143 | 0 | 120 | 33 | 204 | 143 | 45 |
| Binary | 1 | 10111011 | 100110 | 1100011 | 0 | 1010000 | 11011 | 10000100 | 1100011 | 100101 |
Color Harmonies of #01BB26
Complementary color
Monochromatic Colors of #01BB26
Black with #01BB26
Text Example
Text Example
White with #01BB26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BB26; }
p { color: rgb(1,187,38); }
H1.HeaderClassName
{
color: #01BB26;
}
.AnyTagClassName
{
color: #01BB26;
}
</style>
background-color css
<style>
a { background-color: #01BB26; }
a { background-color: rgb(1,187,38); }
div.DivClassName
{
background-color: #01BB26;
}
.BgClassName
{
background-color: #01BB26;
}
</style>
border-color css
<style>
span { border-color: #01BB26; }
span { border-color: rgb(1,187,38); }
td.TdClassName
{
border-color: #01BB26;
}
.TagClassName
{
border-color: #01BB26;
}
</style>