#12472D

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

Shades of Zuccini #12472D

Tints of Zuccini #12472D

Color information

#12472D (or 0x12472D) is unknown color: approx Zuccini. HEX triplet: 12, 47 and 2D. RGB value is (18,71,45). Sum of RGB (Red+Green+Blue) = 18+71+45=134 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.43% from 134); Green value is 71 (28.12% from 255 or 52.99% from 134); Blue value is 45 (17.97% from 255 or 33.58% from 134); Max value from RGB is 71 - color contains mainly: green. Hex color #12472D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12472D is #EDB8D2. Grayscale: #343434. Windows color (decimal): -15579347 or 2967314. OLE color: 2967314.

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

Color convert

RGB187145-
CMYK0.7500.370.72
HSL150.57º59.55%17.45%-
HSV(B)150.57º74.65%27.84%-
XYZ2.984.823.26-
YUV52.19123.94103.61-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.43%
GREEN value IS 71 (28.12% from 255) = 52.99%
BLUE value IS 45 (17.97% from 255) = 33.58%
R=13.43%
G=52.99%
B=33.58%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1871450.7500.370.72150.5759.5517.45
Hex12472D4B02548973c11
Octal22107551130451102277421
Binary1001010001111011011001011010010110010001001011111110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12472D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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