Shades of Dark Pastel Green #00B329
Tints of Dark Pastel Green #00B329
RGB
CMYK
RGB Variations
Color information
#00B329 (or 0x00B329) is known color: Dark Pastel Green. HEX triplet: 00, B3 and 29. RGB value is (0,179,41). Sum of RGB (Red+Green+Blue) = 0+179+41=220 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 220); Green value is 179 (70.31% from 255 or 81.36% from 220); Blue value is 41 (16.41% from 255 or 18.64% from 220); Max value from RGB is 179 - color contains mainly: green. Hex color #00B329 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00B329 is #FF4CD6. Grayscale: #6E6E6E. Windows color (decimal): -16731351 or 2732800. OLE color: 2732800.
HSL color Cylindrical-coordinate representation of color #00B329: hue angle of 133.74º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B329 is Cyan = 1, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 0 | 179 | 41 | - |
| CMYK | 1 | 0 | 0.77 | 0.30 |
| HSL | 133.74º | 1% | 0.35% | - |
| HSV(B) | 133.74º | 1% | 0.7% | - |
| XYZ | 16.52 | 32.4 | 7.48 | - |
| YUV | 109.75 | 89.2 | 49.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 179 | 41 | 1 | 0 | 0.77 | 0.30 | 133.74 | 1 | 0.35 |
| Hex | 0 | B3 | 29 | 64 | 0 | 4D | 1E | 86 | 64 | 23 |
| Octal | 0 | 263 | 51 | 144 | 0 | 115 | 36 | 206 | 144 | 43 |
| Binary | 0 | 10110011 | 101001 | 1100100 | 0 | 1001101 | 11110 | 10000110 | 1100100 | 100011 |
Color Harmonies of #00B329
Complementary color
Monochromatic Colors of #00B329
Black with #00B329
Text Example
Text Example
White with #00B329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B329; }
p { color: rgb(0,179,41); }
H1.HeaderClassName
{
color: #00B329;
}
.AnyTagClassName
{
color: #00B329;
}
</style>
background-color css
<style>
a { background-color: #00B329; }
a { background-color: rgb(0,179,41); }
div.DivClassName
{
background-color: #00B329;
}
.BgClassName
{
background-color: #00B329;
}
</style>
border-color css
<style>
span { border-color: #00B329; }
span { border-color: rgb(0,179,41); }
td.TdClassName
{
border-color: #00B329;
}
.TagClassName
{
border-color: #00B329;
}
</style>