#12462B

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

Shades of Zuccini #12462B

Tints of Zuccini #12462B

Color information

#12462B (or 0x12462B) is unknown color: approx Zuccini. HEX triplet: 12, 46 and 2B. RGB value is (18,70,43). Sum of RGB (Red+Green+Blue) = 18+70+43=131 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.74% from 131); Green value is 70 (27.73% from 255 or 53.44% from 131); Blue value is 43 (17.19% from 255 or 32.82% from 131); Max value from RGB is 70 - color contains mainly: green. Hex color #12462B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12462B is #EDB9D4. Grayscale: #333333. Windows color (decimal): -15579605 or 2835986. OLE color: 2835986.

HSL color Cylindrical-coordinate representation of color #12462B: hue angle of 148.85º 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 #12462B is Cyan = 0.74, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.73.

Color convert

RGB187043-
CMYK0.7400.390.73
HSL148.85º59.09%17.25%-
HSV(B)148.85º74.29%27.45%-
XYZ2.884.683.04-
YUV51.37123.27104.2-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.74%
GREEN value IS 70 (27.73% from 255) = 53.44%
BLUE value IS 43 (17.19% from 255) = 32.82%
R=13.74%
G=53.44%
B=32.82%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1870430.7400.390.73148.8559.0917.25
Hex12462B4A02749953b11
Octal22106531120471112257321
Binary1001010001101010111001010010011110010011001010111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12462B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12462B; }

 p { color: rgb(18,70,43); }

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

<style>
 a { background-color: #12462B; }

 a { background-color: rgb(18,70,43); }

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

<style>
 span { border-color: #12462B; }

 span { border-color: rgb(18,70,43); }

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