#12452F

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

Shades of Zuccini #12452F

Tints of Zuccini #12452F

Color information

#12452F (or 0x12452F) is unknown color: approx Zuccini. HEX triplet: 12, 45 and 2F. RGB value is (18,69,47). Sum of RGB (Red+Green+Blue) = 18+69+47=134 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.43% from 134); Green value is 69 (27.34% from 255 or 51.49% from 134); Blue value is 47 (18.75% from 255 or 35.07% from 134); Max value from RGB is 69 - color contains mainly: green. Hex color #12452F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12452F is #EDBAD0. Grayscale: #333333. Windows color (decimal): -15579857 or 3097874. OLE color: 3097874.

HSL color Cylindrical-coordinate representation of color #12452F: hue angle of 154.12º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #12452F is Cyan = 0.74, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.73.

Color convert

RGB186947-
CMYK0.7400.320.73
HSL154.12º58.62%17.06%-
HSV(B)154.12º73.91%27.06%-
XYZ2.894.593.42-
YUV51.24125.6104.29-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.43%
GREEN value IS 69 (27.34% from 255) = 51.49%
BLUE value IS 47 (18.75% from 255) = 35.07%
R=13.43%
G=51.49%
B=35.07%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1869470.7400.320.73154.1258.6217.06
Hex12452F4A020499a3b11
Octal22105571120401112327321
Binary1001010001011011111001010010000010010011001101011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12452F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12452F; }

 p { color: rgb(18,69,47); }

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

<style>
 a { background-color: #12452F; }

 a { background-color: rgb(18,69,47); }

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

<style>
 span { border-color: #12452F; }

 span { border-color: rgb(18,69,47); }

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