#18462F

Color #18462F Zuccini (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Zuccini #18462F

Tints of Zuccini #18462F

Color information

#18462F (or 0x18462F) is unknown color: approx Zuccini. HEX triplet: 18, 46 and 2F. RGB value is (24,70,47). Sum of RGB (Red+Green+Blue) = 24+70+47=141 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.02% from 141); Green value is 70 (27.73% from 255 or 49.65% from 141); Blue value is 47 (18.75% from 255 or 33.33% from 141); Max value from RGB is 70 - color contains mainly: green. Hex color #18462F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18462F is #E7B9D0. Grayscale: #353535. Windows color (decimal): -15186385 or 3098136. OLE color: 3098136.

HSL color Cylindrical-coordinate representation of color #18462F: hue angle of 150º degrees, saturation: 0.49, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #18462F is Cyan = 0.66, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.73.

Color convert

RGB247047-
CMYK0.6600.330.73
HSL150º48.94%18.43%-
HSV(B)150º65.71%27.45%-
XYZ3.084.783.45-
YUV53.62124.26106.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 24 (9.77% from 255) = 17.02%
GREEN value IS 70 (27.73% from 255) = 49.65%
BLUE value IS 47 (18.75% from 255) = 33.33%
R=17.02%
G=49.65%
B=33.33%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2470470.6600.330.7315048.9418.43
Hex18462F4202149963112
Octal30106571020411112266122
Binary1100010001101011111000010010000110010011001011011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18462F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18462F; }

 p { color: rgb(24,70,47); }

 H1.HeaderClassName
 {
   color: #18462F;
 }
 .AnyTagClassName
 {
   color: #18462F;
 }
</style>
background-color css

<style>
 a { background-color: #18462F; }

 a { background-color: rgb(24,70,47); }

 div.DivClassName
 {
   background-color: #18462F;
 }
 .BgClassName
 {
   background-color: #18462F;
 }
</style>
border-color css

<style>
 span { border-color: #18462F; }

 span { border-color: rgb(24,70,47); }

 td.TdClassName
 {
   border-color: #18462F;
 }
 .TagClassName
 {
   border-color: #18462F;
 }
</style>