Shades of Dark Pastel Green #08B329
Tints of Dark Pastel Green #08B329
RGB
CMYK
RGB Variations
Color information
#08B329 (or 0x08B329) is known color: Dark Pastel Green. HEX triplet: 08, B3 and 29. RGB value is (8,179,41). Sum of RGB (Red+Green+Blue) = 8+179+41=228 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.51% from 228); Green value is 179 (70.31% from 255 or 78.51% from 228); Blue value is 41 (16.41% from 255 or 17.98% from 228); Max value from RGB is 179 - color contains mainly: green. Hex color #08B329 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08B329 is #F74CD6. Grayscale: #707070. Windows color (decimal): -16207063 or 2732808. OLE color: 2732808.
HSL color Cylindrical-coordinate representation of color #08B329: hue angle of 131.58º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08B329 is Cyan = 0.96, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 8 | 179 | 41 | - |
| CMYK | 0.96 | 0 | 0.77 | 0.30 |
| HSL | 131.58º | 0.91% | 0.37% | - |
| HSV(B) | 131.58º | 0.96% | 0.7% | - |
| XYZ | 16.62 | 32.45 | 7.49 | - |
| YUV | 112.14 | 87.85 | 53.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 179 | 41 | 0.96 | 0 | 0.77 | 0.30 | 131.58 | 0.91 | 0.37 |
| Hex | 8 | B3 | 29 | 60 | 0 | 4D | 1E | 84 | 5B | 25 |
| Octal | 10 | 263 | 51 | 140 | 0 | 115 | 36 | 204 | 133 | 45 |
| Binary | 1000 | 10110011 | 101001 | 1100000 | 0 | 1001101 | 11110 | 10000100 | 1011011 | 100101 |
Color Harmonies of #08B329
Complementary color
Monochromatic Colors of #08B329
Black with #08B329
Text Example
Text Example
White with #08B329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08B329; }
p { color: rgb(8,179,41); }
H1.HeaderClassName
{
color: #08B329;
}
.AnyTagClassName
{
color: #08B329;
}
</style>
background-color css
<style>
a { background-color: #08B329; }
a { background-color: rgb(8,179,41); }
div.DivClassName
{
background-color: #08B329;
}
.BgClassName
{
background-color: #08B329;
}
</style>
border-color css
<style>
span { border-color: #08B329; }
span { border-color: rgb(8,179,41); }
td.TdClassName
{
border-color: #08B329;
}
.TagClassName
{
border-color: #08B329;
}
</style>