#12472E

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

Shades of Zuccini #12472E

Tints of Zuccini #12472E

Color information

#12472E (or 0x12472E) is unknown color: approx Zuccini. HEX triplet: 12, 47 and 2E. RGB value is (18,71,46). Sum of RGB (Red+Green+Blue) = 18+71+46=135 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.33% from 135); Green value is 71 (28.12% from 255 or 52.59% from 135); Blue value is 46 (18.36% from 255 or 34.07% from 135); Max value from RGB is 71 - color contains mainly: green. Hex color #12472E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12472E is #EDB8D1. Grayscale: #343434. Windows color (decimal): -15579346 or 3032850. OLE color: 3032850.

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

Color convert

RGB187146-
CMYK0.7500.350.72
HSL151.7º59.55%17.45%-
HSV(B)151.7º74.65%27.84%-
XYZ34.833.36-
YUV52.3124.44103.53-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.33%
GREEN value IS 71 (28.12% from 255) = 52.59%
BLUE value IS 46 (18.36% from 255) = 34.07%
R=13.33%
G=52.59%
B=34.07%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1871460.7500.350.72151.759.5517.45
Hex12472E4B02348983c11
Octal22107561130431102307421
Binary1001010001111011101001011010001110010001001100011110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12472E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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