#12442F

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

Shades of Zuccini #12442F

Tints of Zuccini #12442F

Color information

#12442F (or 0x12442F) is unknown color: approx Zuccini. HEX triplet: 12, 44 and 2F. RGB value is (18,68,47). Sum of RGB (Red+Green+Blue) = 18+68+47=133 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.53% from 133); Green value is 68 (26.95% from 255 or 51.13% from 133); Blue value is 47 (18.75% from 255 or 35.34% from 133); Max value from RGB is 68 - color contains mainly: green. Hex color #12442F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12442F is #EDBBD0. Grayscale: #323232. Windows color (decimal): -15580113 or 3097618. OLE color: 3097618.

HSL color Cylindrical-coordinate representation of color #12442F: hue angle of 154.8º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #12442F is Cyan = 0.74, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.73.

Color convert

RGB186847-
CMYK0.7400.310.73
HSL154.8º58.14%16.86%-
HSV(B)154.8º73.53%26.67%-
XYZ2.834.473.4-
YUV50.66125.94104.71-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.53%
GREEN value IS 68 (26.95% from 255) = 51.13%
BLUE value IS 47 (18.75% from 255) = 35.34%
R=13.53%
G=51.13%
B=35.34%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1868470.7400.310.73154.858.1416.86
Hex12442F4A01F499b3a11
Octal22104571120371112337221
Binary100101000100101111100101001111110010011001101111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12442F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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