#12502C

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

Shades of Zuccini #12502C

Tints of Zuccini #12502C

Color information

#12502C (or 0x12502C) is unknown color: approx Zuccini. HEX triplet: 12, 50 and 2C. RGB value is (18,80,44). Sum of RGB (Red+Green+Blue) = 18+80+44=142 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.68% from 142); Green value is 80 (31.64% from 255 or 56.34% from 142); Blue value is 44 (17.58% from 255 or 30.99% from 142); Max value from RGB is 80 - color contains mainly: green. Hex color #12502C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12502C is #EDAFD3. Grayscale: #393939. Windows color (decimal): -15577044 or 2904082. OLE color: 2904082.

HSL color Cylindrical-coordinate representation of color #12502C: hue angle of 145.16º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #12502C is Cyan = 0.78, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.69.

Color convert

RGB188044-
CMYK0.7800.450.69
HSL145.16º63.27%19.22%-
HSV(B)145.16º77.5%31.37%-
XYZ3.576.053.36-
YUV57.36120.4699.93-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.68%
GREEN value IS 80 (31.64% from 255) = 56.34%
BLUE value IS 44 (17.58% from 255) = 30.99%
R=12.68%
G=56.34%
B=30.99%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1880440.7800.450.69145.1663.2719.22
Hex12502C4E02D45913f13
Octal22120541160551052217723
Binary1001010100001011001001110010110110001011001000111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12502C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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