Shades of Dark Pastel Green #09B329
Tints of Dark Pastel Green #09B329
RGB
CMYK
RGB Variations
Color information
#09B329 (or 0x09B329) is known color: Dark Pastel Green. HEX triplet: 09, B3 and 29. RGB value is (9,179,41). Sum of RGB (Red+Green+Blue) = 9+179+41=229 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.93% from 229); Green value is 179 (70.31% from 255 or 78.17% from 229); Blue value is 41 (16.41% from 255 or 17.90% from 229); Max value from RGB is 179 - color contains mainly: green. Hex color #09B329 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #09B329 is #F64CD6. Grayscale: #707070. Windows color (decimal): -16141527 or 2732809. OLE color: 2732809.
HSL color Cylindrical-coordinate representation of color #09B329: hue angle of 131.29º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09B329 is Cyan = 0.95, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 9 | 179 | 41 | - |
| CMYK | 0.95 | 0 | 0.77 | 0.30 |
| HSL | 131.29º | 0.9% | 0.37% | - |
| HSV(B) | 131.29º | 0.95% | 0.7% | - |
| XYZ | 16.63 | 32.46 | 7.49 | - |
| YUV | 112.44 | 87.68 | 54.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 179 | 41 | 0.95 | 0 | 0.77 | 0.30 | 131.29 | 0.9 | 0.37 |
| Hex | 9 | B3 | 29 | 5F | 0 | 4D | 1E | 83 | 5A | 25 |
| Octal | 11 | 263 | 51 | 137 | 0 | 115 | 36 | 203 | 132 | 45 |
| Binary | 1001 | 10110011 | 101001 | 1011111 | 0 | 1001101 | 11110 | 10000011 | 1011010 | 100101 |
Color Harmonies of #09B329
Complementary color
Monochromatic Colors of #09B329
Black with #09B329
Text Example
Text Example
White with #09B329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09B329; }
p { color: rgb(9,179,41); }
H1.HeaderClassName
{
color: #09B329;
}
.AnyTagClassName
{
color: #09B329;
}
</style>
background-color css
<style>
a { background-color: #09B329; }
a { background-color: rgb(9,179,41); }
div.DivClassName
{
background-color: #09B329;
}
.BgClassName
{
background-color: #09B329;
}
</style>
border-color css
<style>
span { border-color: #09B329; }
span { border-color: rgb(9,179,41); }
td.TdClassName
{
border-color: #09B329;
}
.TagClassName
{
border-color: #09B329;
}
</style>