#12482D

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

Shades of Zuccini #12482D

Tints of Zuccini #12482D

Color information

#12482D (or 0x12482D) is unknown color: approx Zuccini. HEX triplet: 12, 48 and 2D. RGB value is (18,72,45). Sum of RGB (Red+Green+Blue) = 18+72+45=135 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.33% from 135); Green value is 72 (28.52% from 255 or 53.33% from 135); Blue value is 45 (17.97% from 255 or 33.33% from 135); Max value from RGB is 72 - color contains mainly: green. Hex color #12482D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12482D is #EDB7D2. Grayscale: #343434. Windows color (decimal): -15579091 or 2967570. OLE color: 2967570.

HSL color Cylindrical-coordinate representation of color #12482D: hue angle of 150º 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 #12482D is Cyan = 0.75, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.72.

Color convert

RGB187245-
CMYK0.7500.380.72
HSL150º60%17.65%-
HSV(B)150º75%28.24%-
XYZ3.044.953.28-
YUV52.78123.61103.2-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.33%
GREEN value IS 72 (28.52% from 255) = 53.33%
BLUE value IS 45 (17.97% from 255) = 33.33%
R=13.33%
G=53.33%
B=33.33%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1872450.7500.380.721506017.65
Hex12482D4B02648963c12
Octal22110551130461102267422
Binary1001010010001011011001011010011010010001001011011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12482D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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