Shades of Zuccini #0F452A
Tints of Zuccini #0F452A
RGB
CMYK
RGB Variations
Color information
#0F452A (or 0x0F452A) is known color: Zuccini. HEX triplet: 0F, 45 and 2A. RGB value is (15,69,42). Sum of RGB (Red+Green+Blue) = 15+69+42=126 (16% of max value = 765). Red value is 15 (6.25% from 255 or 11.90% from 126); Green value is 69 (27.34% from 255 or 54.76% from 126); Blue value is 42 (16.80% from 255 or 33.33% from 126); Max value from RGB is 69 - color contains mainly: green. Hex color #0F452A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F452A is #F0BAD5. Grayscale: #313131. Windows color (decimal): -15776470 or 2770191. OLE color: 2770191.
HSL color Cylindrical-coordinate representation of color #0F452A: hue angle of 150º degrees, saturation: 0.64, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0F452A is Cyan = 0.78, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 15 | 69 | 42 | - |
| CMYK | 0.78 | 0 | 0.39 | 0.73 |
| HSL | 150º | 0.64% | 0.16% | - |
| HSV(B) | 150º | 0.78% | 0.27% | - |
| XYZ | 2.74 | 4.52 | 2.92 | - |
| YUV | 49.78 | 123.61 | 103.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 69 | 42 | 0.78 | 0 | 0.39 | 0.73 | 150 | 0.64 | 0.16 |
| Hex | F | 45 | 2A | 4E | 0 | 27 | 49 | 96 | 40 | 10 |
| Octal | 17 | 105 | 52 | 116 | 0 | 47 | 111 | 226 | 100 | 20 |
| Binary | 1111 | 1000101 | 101010 | 1001110 | 0 | 100111 | 1001001 | 10010110 | 1000000 | 10000 |
Color Harmonies of #0F452A
Complementary color
Monochromatic Colors of #0F452A
Black with #0F452A
Text Example
Text Example
White with #0F452A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F452A; }
p { color: rgb(15,69,42); }
H1.HeaderClassName
{
color: #0F452A;
}
.AnyTagClassName
{
color: #0F452A;
}
</style>
background-color css
<style>
a { background-color: #0F452A; }
a { background-color: rgb(15,69,42); }
div.DivClassName
{
background-color: #0F452A;
}
.BgClassName
{
background-color: #0F452A;
}
</style>
border-color css
<style>
span { border-color: #0F452A; }
span { border-color: rgb(15,69,42); }
td.TdClassName
{
border-color: #0F452A;
}
.TagClassName
{
border-color: #0F452A;
}
</style>