Shades of Zuccini #0F4927
Tints of Zuccini #0F4927
RGB
CMYK
RGB Variations
Color information
#0F4927 (or 0x0F4927) is known color: Zuccini. HEX triplet: 0F, 49 and 27. RGB value is (15,73,39). Sum of RGB (Red+Green+Blue) = 15+73+39=127 (16% of max value = 765). Red value is 15 (6.25% from 255 or 11.81% from 127); Green value is 73 (28.91% from 255 or 57.48% from 127); Blue value is 39 (15.62% from 255 or 30.71% from 127); Max value from RGB is 73 - color contains mainly: green. Hex color #0F4927 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F4927 is #F0B6D8. Grayscale: #333333. Windows color (decimal): -15775449 or 2574607. OLE color: 2574607.
HSL color Cylindrical-coordinate representation of color #0F4927: hue angle of 144.83º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0F4927 is Cyan = 0.79, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 15 | 73 | 39 | - |
| CMYK | 0.79 | 0 | 0.47 | 0.71 |
| HSL | 144.83º | 0.66% | 0.17% | - |
| HSV(B) | 144.83º | 0.79% | 0.29% | - |
| XYZ | 2.95 | 5.01 | 2.73 | - |
| YUV | 51.78 | 120.78 | 101.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 73 | 39 | 0.79 | 0 | 0.47 | 0.71 | 144.83 | 0.66 | 0.17 |
| Hex | F | 49 | 27 | 4F | 0 | 2F | 47 | 91 | 42 | 11 |
| Octal | 17 | 111 | 47 | 117 | 0 | 57 | 107 | 221 | 102 | 21 |
| Binary | 1111 | 1001001 | 100111 | 1001111 | 0 | 101111 | 1000111 | 10010001 | 1000010 | 10001 |
Color Harmonies of #0F4927
Complementary color
Monochromatic Colors of #0F4927
Black with #0F4927
Text Example
Text Example
White with #0F4927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4927; }
p { color: rgb(15,73,39); }
H1.HeaderClassName
{
color: #0F4927;
}
.AnyTagClassName
{
color: #0F4927;
}
</style>
background-color css
<style>
a { background-color: #0F4927; }
a { background-color: rgb(15,73,39); }
div.DivClassName
{
background-color: #0F4927;
}
.BgClassName
{
background-color: #0F4927;
}
</style>
border-color css
<style>
span { border-color: #0F4927; }
span { border-color: rgb(15,73,39); }
td.TdClassName
{
border-color: #0F4927;
}
.TagClassName
{
border-color: #0F4927;
}
</style>