#12442B

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

Shades of Zuccini #12442B

Tints of Zuccini #12442B

Color information

#12442B (or 0x12442B) is unknown color: approx Zuccini. HEX triplet: 12, 44 and 2B. RGB value is (18,68,43). Sum of RGB (Red+Green+Blue) = 18+68+43=129 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.95% from 129); Green value is 68 (26.95% from 255 or 52.71% from 129); Blue value is 43 (17.19% from 255 or 33.33% from 129); Max value from RGB is 68 - color contains mainly: green. Hex color #12442B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12442B is #EDBBD4. Grayscale: #323232. Windows color (decimal): -15580117 or 2835474. OLE color: 2835474.

HSL color Cylindrical-coordinate representation of color #12442B: hue angle of 150º 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 #12442B is Cyan = 0.74, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.73.

Color convert

RGB186843-
CMYK0.7400.370.73
HSL150º58.14%16.86%-
HSV(B)150º73.53%26.67%-
XYZ2.754.443-
YUV50.2123.94105.03-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.95%
GREEN value IS 68 (26.95% from 255) = 52.71%
BLUE value IS 43 (17.19% from 255) = 33.33%
R=13.95%
G=52.71%
B=33.33%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1868430.7400.370.7315058.1416.86
Hex12442B4A02549963a11
Octal22104531120451112267221
Binary1001010001001010111001010010010110010011001011011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12442B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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