Shades of Zuccini #10502F
Tints of Zuccini #10502F
RGB
CMYK
RGB Variations
Color information
#10502F (or 0x10502F) is known color: Zuccini. HEX triplet: 10, 50 and 2F. RGB value is (16,80,47). Sum of RGB (Red+Green+Blue) = 16+80+47=143 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.19% from 143); Green value is 80 (31.64% from 255 or 55.94% from 143); Blue value is 47 (18.75% from 255 or 32.87% from 143); Max value from RGB is 80 - color contains mainly: green. Hex color #10502F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10502F is #EFAFD0. Grayscale: #393939. Windows color (decimal): -15708113 or 3100688. OLE color: 3100688.
HSL color Cylindrical-coordinate representation of color #10502F: hue angle of 149.06º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #10502F is Cyan = 0.80, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 16 | 80 | 47 | - |
| CMYK | 0.80 | 0 | 0.41 | 0.69 |
| HSL | 149.06º | 0.67% | 0.19% | - |
| HSV(B) | 149.06º | 0.8% | 0.31% | - |
| XYZ | 3.6 | 6.05 | 3.67 | - |
| YUV | 57.1 | 122.3 | 98.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 80 | 47 | 0.80 | 0 | 0.41 | 0.69 | 149.06 | 0.67 | 0.19 |
| Hex | 10 | 50 | 2F | 50 | 0 | 29 | 45 | 95 | 43 | 13 |
| Octal | 20 | 120 | 57 | 120 | 0 | 51 | 105 | 225 | 103 | 23 |
| Binary | 10000 | 1010000 | 101111 | 1010000 | 0 | 101001 | 1000101 | 10010101 | 1000011 | 10011 |
Color Harmonies of #10502F
Complementary color
Monochromatic Colors of #10502F
Black with #10502F
Text Example
Text Example
White with #10502F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10502F; }
p { color: rgb(16,80,47); }
H1.HeaderClassName
{
color: #10502F;
}
.AnyTagClassName
{
color: #10502F;
}
</style>
background-color css
<style>
a { background-color: #10502F; }
a { background-color: rgb(16,80,47); }
div.DivClassName
{
background-color: #10502F;
}
.BgClassName
{
background-color: #10502F;
}
</style>
border-color css
<style>
span { border-color: #10502F; }
span { border-color: rgb(16,80,47); }
td.TdClassName
{
border-color: #10502F;
}
.TagClassName
{
border-color: #10502F;
}
</style>