#18442F

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

Shades of Zuccini #18442F

Tints of Zuccini #18442F

Color information

#18442F (or 0x18442F) is unknown color: approx Zuccini. HEX triplet: 18, 44 and 2F. RGB value is (24,68,47). Sum of RGB (Red+Green+Blue) = 24+68+47=139 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.27% from 139); Green value is 68 (26.95% from 255 or 48.92% from 139); Blue value is 47 (18.75% from 255 or 33.81% from 139); Max value from RGB is 68 - color contains mainly: green. Hex color #18442F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18442F is #E7BBD0. Grayscale: #343434. Windows color (decimal): -15186897 or 3097624. OLE color: 3097624.

HSL color Cylindrical-coordinate representation of color #18442F: hue angle of 151.36º 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 #18442F is Cyan = 0.65, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.73.

Color convert

RGB246847-
CMYK0.6500.310.73
HSL151.36º47.83%18.04%-
HSV(B)151.36º64.71%26.67%-
XYZ2.964.533.41-
YUV52.45124.92107.71-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 17.27%
GREEN value IS 68 (26.95% from 255) = 48.92%
BLUE value IS 47 (18.75% from 255) = 33.81%
R=17.27%
G=48.92%
B=33.81%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2468470.6500.310.73151.3647.8318.04
Hex18442F4101F49973012
Octal30104571010371112276022
Binary110001000100101111100000101111110010011001011111000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18442F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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