Shades of Zuccini #094F2D
Tints of Zuccini #094F2D
RGB
CMYK
RGB Variations
Color information
#094F2D (or 0x094F2D) is known color: Zuccini. HEX triplet: 09, 4F and 2D. RGB value is (9,79,45). Sum of RGB (Red+Green+Blue) = 9+79+45=133 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.77% from 133); Green value is 79 (31.25% from 255 or 59.40% from 133); Blue value is 45 (17.97% from 255 or 33.83% from 133); Max value from RGB is 79 - color contains mainly: green. Hex color #094F2D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #094F2D is #F6B0D2. Grayscale: #363636. Windows color (decimal): -16167123 or 2969353. OLE color: 2969353.
HSL color Cylindrical-coordinate representation of color #094F2D: hue angle of 150.86º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #094F2D is Cyan = 0.89, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 9 | 79 | 45 | - |
| CMYK | 0.89 | 0 | 0.43 | 0.69 |
| HSL | 150.86º | 0.8% | 0.17% | - |
| HSV(B) | 150.86º | 0.89% | 0.31% | - |
| XYZ | 3.38 | 5.84 | 3.43 | - |
| YUV | 54.19 | 122.81 | 95.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 79 | 45 | 0.89 | 0 | 0.43 | 0.69 | 150.86 | 0.8 | 0.17 |
| Hex | 9 | 4F | 2D | 59 | 0 | 2B | 45 | 97 | 50 | 11 |
| Octal | 11 | 117 | 55 | 131 | 0 | 53 | 105 | 227 | 120 | 21 |
| Binary | 1001 | 1001111 | 101101 | 1011001 | 0 | 101011 | 1000101 | 10010111 | 1010000 | 10001 |
Color Harmonies of #094F2D
Complementary color
Monochromatic Colors of #094F2D
Black with #094F2D
Text Example
Text Example
White with #094F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094F2D; }
p { color: rgb(9,79,45); }
H1.HeaderClassName
{
color: #094F2D;
}
.AnyTagClassName
{
color: #094F2D;
}
</style>
background-color css
<style>
a { background-color: #094F2D; }
a { background-color: rgb(9,79,45); }
div.DivClassName
{
background-color: #094F2D;
}
.BgClassName
{
background-color: #094F2D;
}
</style>
border-color css
<style>
span { border-color: #094F2D; }
span { border-color: rgb(9,79,45); }
td.TdClassName
{
border-color: #094F2D;
}
.TagClassName
{
border-color: #094F2D;
}
</style>