Shades of Dark Pastel Green #06BA2A
Tints of Dark Pastel Green #06BA2A
RGB
CMYK
RGB Variations
Color information
#06BA2A (or 0x06BA2A) is known color: Dark Pastel Green. HEX triplet: 06, BA and 2A. RGB value is (6,186,42). Sum of RGB (Red+Green+Blue) = 6+186+42=234 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.56% from 234); Green value is 186 (73.05% from 255 or 79.49% from 234); Blue value is 42 (16.80% from 255 or 17.95% from 234); Max value from RGB is 186 - color contains mainly: green. Hex color #06BA2A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06BA2A is #F945D5. Grayscale: #747474. Windows color (decimal): -16336342 or 2800134. OLE color: 2800134.
HSL color Cylindrical-coordinate representation of color #06BA2A: hue angle of 132º 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 #06BA2A is Cyan = 0.97, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 6 | 186 | 42 | - |
| CMYK | 0.97 | 0 | 0.77 | 0.27 |
| HSL | 132º | 0.94% | 0.38% | - |
| HSV(B) | 132º | 0.97% | 0.73% | - |
| XYZ | 18.05 | 35.32 | 8.06 | - |
| YUV | 115.76 | 86.37 | 49.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 186 | 42 | 0.97 | 0 | 0.77 | 0.27 | 132 | 0.94 | 0.38 |
| Hex | 6 | BA | 2A | 61 | 0 | 4D | 1B | 84 | 5E | 26 |
| Octal | 6 | 272 | 52 | 141 | 0 | 115 | 33 | 204 | 136 | 46 |
| Binary | 110 | 10111010 | 101010 | 1100001 | 0 | 1001101 | 11011 | 10000100 | 1011110 | 100110 |
Color Harmonies of #06BA2A
Complementary color
Monochromatic Colors of #06BA2A
Black with #06BA2A
Text Example
Text Example
White with #06BA2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06BA2A; }
p { color: rgb(6,186,42); }
H1.HeaderClassName
{
color: #06BA2A;
}
.AnyTagClassName
{
color: #06BA2A;
}
</style>
background-color css
<style>
a { background-color: #06BA2A; }
a { background-color: rgb(6,186,42); }
div.DivClassName
{
background-color: #06BA2A;
}
.BgClassName
{
background-color: #06BA2A;
}
</style>
border-color css
<style>
span { border-color: #06BA2A; }
span { border-color: rgb(6,186,42); }
td.TdClassName
{
border-color: #06BA2A;
}
.TagClassName
{
border-color: #06BA2A;
}
</style>