Shades of Dark Pastel Green #06B329
Tints of Dark Pastel Green #06B329
RGB
CMYK
RGB Variations
Color information
#06B329 (or 0x06B329) is known color: Dark Pastel Green. HEX triplet: 06, B3 and 29. RGB value is (6,179,41). Sum of RGB (Red+Green+Blue) = 6+179+41=226 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.65% from 226); Green value is 179 (70.31% from 255 or 79.20% from 226); Blue value is 41 (16.41% from 255 or 18.14% from 226); Max value from RGB is 179 - color contains mainly: green. Hex color #06B329 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06B329 is #F94CD6. Grayscale: #6F6F6F. Windows color (decimal): -16338135 or 2732806. OLE color: 2732806.
HSL color Cylindrical-coordinate representation of color #06B329: hue angle of 132.14º degrees, saturation: 0.94, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06B329 is Cyan = 0.97, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 6 | 179 | 41 | - |
| CMYK | 0.97 | 0 | 0.77 | 0.30 |
| HSL | 132.14º | 0.94% | 0.36% | - |
| HSV(B) | 132.14º | 0.97% | 0.7% | - |
| XYZ | 16.6 | 32.44 | 7.48 | - |
| YUV | 111.54 | 88.19 | 52.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 179 | 41 | 0.97 | 0 | 0.77 | 0.30 | 132.14 | 0.94 | 0.36 |
| Hex | 6 | B3 | 29 | 61 | 0 | 4D | 1E | 84 | 5E | 24 |
| Octal | 6 | 263 | 51 | 141 | 0 | 115 | 36 | 204 | 136 | 44 |
| Binary | 110 | 10110011 | 101001 | 1100001 | 0 | 1001101 | 11110 | 10000100 | 1011110 | 100100 |
Color Harmonies of #06B329
Complementary color
Monochromatic Colors of #06B329
Black with #06B329
Text Example
Text Example
White with #06B329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06B329; }
p { color: rgb(6,179,41); }
H1.HeaderClassName
{
color: #06B329;
}
.AnyTagClassName
{
color: #06B329;
}
</style>
background-color css
<style>
a { background-color: #06B329; }
a { background-color: rgb(6,179,41); }
div.DivClassName
{
background-color: #06B329;
}
.BgClassName
{
background-color: #06B329;
}
</style>
border-color css
<style>
span { border-color: #06B329; }
span { border-color: rgb(6,179,41); }
td.TdClassName
{
border-color: #06B329;
}
.TagClassName
{
border-color: #06B329;
}
</style>