Shades of Zuccini #18452F
Tints of Zuccini #18452F
RGB
CMYK
RGB Variations
Color information
#18452F (or 0x18452F) is known color: Zuccini. HEX triplet: 18, 45 and 2F. RGB value is (24,69,47). Sum of RGB (Red+Green+Blue) = 24+69+47=140 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.14% from 140); Green value is 69 (27.34% from 255 or 49.29% from 140); Blue value is 47 (18.75% from 255 or 33.57% from 140); Max value from RGB is 69 - color contains mainly: green. Hex color #18452F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18452F is #E7BAD0. Grayscale: #353535. Windows color (decimal): -15186641 or 3097880. OLE color: 3097880.
HSL color Cylindrical-coordinate representation of color #18452F: hue angle of 150.67º degrees, saturation: 0.48, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #18452F is Cyan = 0.65, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 24 | 69 | 47 | - |
| CMYK | 0.65 | 0 | 0.32 | 0.73 |
| HSL | 150.67º | 0.48% | 0.18% | - |
| HSV(B) | 150.67º | 0.65% | 0.27% | - |
| XYZ | 3.02 | 4.66 | 3.43 | - |
| YUV | 53.04 | 124.59 | 107.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 69 | 47 | 0.65 | 0 | 0.32 | 0.73 | 150.67 | 0.48 | 0.18 |
| Hex | 18 | 45 | 2F | 41 | 0 | 20 | 49 | 97 | 30 | 12 |
| Octal | 30 | 105 | 57 | 101 | 0 | 40 | 111 | 227 | 60 | 22 |
| Binary | 11000 | 1000101 | 101111 | 1000001 | 0 | 100000 | 1001001 | 10010111 | 110000 | 10010 |
Color Harmonies of #18452F
Complementary color
Monochromatic Colors of #18452F
Black with #18452F
Text Example
Text Example
White with #18452F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18452F; }
p { color: rgb(24,69,47); }
H1.HeaderClassName
{
color: #18452F;
}
.AnyTagClassName
{
color: #18452F;
}
</style>
background-color css
<style>
a { background-color: #18452F; }
a { background-color: rgb(24,69,47); }
div.DivClassName
{
background-color: #18452F;
}
.BgClassName
{
background-color: #18452F;
}
</style>
border-color css
<style>
span { border-color: #18452F; }
span { border-color: rgb(24,69,47); }
td.TdClassName
{
border-color: #18452F;
}
.TagClassName
{
border-color: #18452F;
}
</style>