#12492A

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

Shades of Zuccini #12492A

Tints of Zuccini #12492A

Color information

#12492A (or 0x12492A) is unknown color: approx Zuccini. HEX triplet: 12, 49 and 2A. RGB value is (18,73,42). Sum of RGB (Red+Green+Blue) = 18+73+42=133 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.53% from 133); Green value is 73 (28.91% from 255 or 54.89% from 133); Blue value is 42 (16.80% from 255 or 31.58% from 133); Max value from RGB is 73 - color contains mainly: green. Hex color #12492A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12492A is #EDB6D5. Grayscale: #353535. Windows color (decimal): -15578838 or 2771218. OLE color: 2771218.

HSL color Cylindrical-coordinate representation of color #12492A: hue angle of 146.18º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #12492A is Cyan = 0.75, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.71.

Color convert

RGB187342-
CMYK0.7500.420.71
HSL146.18º60.44%17.84%-
HSV(B)146.18º75.34%28.63%-
XYZ3.055.063.01-
YUV53.02121.78103.02-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.53%
GREEN value IS 73 (28.91% from 255) = 54.89%
BLUE value IS 42 (16.80% from 255) = 31.58%
R=13.53%
G=54.89%
B=31.58%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1873420.7500.420.71146.1860.4417.84
Hex12492A4B02A47923c12
Octal22111521130521072227422
Binary1001010010011010101001011010101010001111001001011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12492A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12492A; }

 p { color: rgb(18,73,42); }

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

<style>
 a { background-color: #12492A; }

 a { background-color: rgb(18,73,42); }

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

<style>
 span { border-color: #12492A; }

 span { border-color: rgb(18,73,42); }

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