Shades of Dark Pastel Green #06BB2E
Tints of Dark Pastel Green #06BB2E
RGB
CMYK
RGB Variations
Color information
#06BB2E (or 0x06BB2E) is known color: Dark Pastel Green. HEX triplet: 06, BB and 2E. RGB value is (6,187,46). Sum of RGB (Red+Green+Blue) = 6+187+46=239 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.51% from 239); Green value is 187 (73.44% from 255 or 78.24% from 239); Blue value is 46 (18.36% from 255 or 19.25% from 239); Max value from RGB is 187 - color contains mainly: green. Hex color #06BB2E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06BB2E is #F944D1. Grayscale: #757575. Windows color (decimal): -16336082 or 3062534. OLE color: 3062534.
HSL color Cylindrical-coordinate representation of color #06BB2E: hue angle of 133.26º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06BB2E is Cyan = 0.97, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 6 | 187 | 46 | - |
| CMYK | 0.97 | 0 | 0.75 | 0.27 |
| HSL | 133.26º | 0.94% | 0.38% | - |
| HSV(B) | 133.26º | 0.97% | 0.73% | - |
| XYZ | 18.34 | 35.78 | 8.52 | - |
| YUV | 116.81 | 88.03 | 48.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 187 | 46 | 0.97 | 0 | 0.75 | 0.27 | 133.26 | 0.94 | 0.38 |
| Hex | 6 | BB | 2E | 61 | 0 | 4B | 1B | 85 | 5E | 26 |
| Octal | 6 | 273 | 56 | 141 | 0 | 113 | 33 | 205 | 136 | 46 |
| Binary | 110 | 10111011 | 101110 | 1100001 | 0 | 1001011 | 11011 | 10000101 | 1011110 | 100110 |
Color Harmonies of #06BB2E
Complementary color
Monochromatic Colors of #06BB2E
Black with #06BB2E
Text Example
Text Example
White with #06BB2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06BB2E; }
p { color: rgb(6,187,46); }
H1.HeaderClassName
{
color: #06BB2E;
}
.AnyTagClassName
{
color: #06BB2E;
}
</style>
background-color css
<style>
a { background-color: #06BB2E; }
a { background-color: rgb(6,187,46); }
div.DivClassName
{
background-color: #06BB2E;
}
.BgClassName
{
background-color: #06BB2E;
}
</style>
border-color css
<style>
span { border-color: #06BB2E; }
span { border-color: rgb(6,187,46); }
td.TdClassName
{
border-color: #06BB2E;
}
.TagClassName
{
border-color: #06BB2E;
}
</style>