#12482C

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

Shades of Zuccini #12482C

Tints of Zuccini #12482C

Color information

#12482C (or 0x12482C) is unknown color: approx Zuccini. HEX triplet: 12, 48 and 2C. RGB value is (18,72,44). Sum of RGB (Red+Green+Blue) = 18+72+44=134 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.43% from 134); Green value is 72 (28.52% from 255 or 53.73% from 134); Blue value is 44 (17.58% from 255 or 32.84% from 134); Max value from RGB is 72 - color contains mainly: green. Hex color #12482C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12482C is #EDB7D3. Grayscale: #343434. Windows color (decimal): -15579092 or 2902034. OLE color: 2902034.

HSL color Cylindrical-coordinate representation of color #12482C: hue angle of 148.89º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #12482C is Cyan = 0.75, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.72.

Color convert

RGB187244-
CMYK0.7500.390.72
HSL148.89º60%17.65%-
HSV(B)148.89º75%28.24%-
XYZ3.024.953.18-
YUV52.66123.11103.28-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.43%
GREEN value IS 72 (28.52% from 255) = 53.73%
BLUE value IS 44 (17.58% from 255) = 32.84%
R=13.43%
G=53.73%
B=32.84%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1872440.7500.390.72148.896017.65
Hex12482C4B02748953c12
Octal22110541130471102257422
Binary1001010010001011001001011010011110010001001010111110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12482C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12482C; }

 p { color: rgb(18,72,44); }

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

<style>
 a { background-color: #12482C; }

 a { background-color: rgb(18,72,44); }

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

<style>
 span { border-color: #12482C; }

 span { border-color: rgb(18,72,44); }

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