Shades of Zuccini #0A502F
Tints of Zuccini #0A502F
RGB
CMYK
RGB Variations
Color information
#0A502F (or 0x0A502F) is known color: Zuccini. HEX triplet: 0A, 50 and 2F. RGB value is (10,80,47). Sum of RGB (Red+Green+Blue) = 10+80+47=137 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.30% from 137); Green value is 80 (31.64% from 255 or 58.39% from 137); Blue value is 47 (18.75% from 255 or 34.31% from 137); Max value from RGB is 80 - color contains mainly: green. Hex color #0A502F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A502F is #F5AFD0. Grayscale: #373737. Windows color (decimal): -16101329 or 3100682. OLE color: 3100682.
HSL color Cylindrical-coordinate representation of color #0A502F: hue angle of 151.71º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A502F is Cyan = 0.87, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 10 | 80 | 47 | - |
| CMYK | 0.87 | 0 | 0.41 | 0.69 |
| HSL | 151.71º | 0.78% | 0.18% | - |
| HSV(B) | 151.71º | 0.88% | 0.31% | - |
| XYZ | 3.51 | 6.01 | 3.66 | - |
| YUV | 55.31 | 123.31 | 95.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 80 | 47 | 0.87 | 0 | 0.41 | 0.69 | 151.71 | 0.78 | 0.18 |
| Hex | A | 50 | 2F | 57 | 0 | 29 | 45 | 98 | 4E | 12 |
| Octal | 12 | 120 | 57 | 127 | 0 | 51 | 105 | 230 | 116 | 22 |
| Binary | 1010 | 1010000 | 101111 | 1010111 | 0 | 101001 | 1000101 | 10011000 | 1001110 | 10010 |
Color Harmonies of #0A502F
Complementary color
Monochromatic Colors of #0A502F
Black with #0A502F
Text Example
Text Example
White with #0A502F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A502F; }
p { color: rgb(10,80,47); }
H1.HeaderClassName
{
color: #0A502F;
}
.AnyTagClassName
{
color: #0A502F;
}
</style>
background-color css
<style>
a { background-color: #0A502F; }
a { background-color: rgb(10,80,47); }
div.DivClassName
{
background-color: #0A502F;
}
.BgClassName
{
background-color: #0A502F;
}
</style>
border-color css
<style>
span { border-color: #0A502F; }
span { border-color: rgb(10,80,47); }
td.TdClassName
{
border-color: #0A502F;
}
.TagClassName
{
border-color: #0A502F;
}
</style>