#12492F

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

Shades of Zuccini #12492F

Tints of Zuccini #12492F

Color information

#12492F (or 0x12492F) is unknown color: approx Zuccini. HEX triplet: 12, 49 and 2F. RGB value is (18,73,47). Sum of RGB (Red+Green+Blue) = 18+73+47=138 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.04% from 138); Green value is 73 (28.91% from 255 or 52.90% from 138); Blue value is 47 (18.75% from 255 or 34.06% from 138); Max value from RGB is 73 - color contains mainly: green. Hex color #12492F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12492F is #EDB6D0. Grayscale: #353535. Windows color (decimal): -15578833 or 3098898. OLE color: 3098898.

HSL color Cylindrical-coordinate representation of color #12492F: hue angle of 151.64º 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 #12492F is Cyan = 0.75, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.71.

Color convert

RGB187347-
CMYK0.7500.360.71
HSL151.64º60.44%17.84%-
HSV(B)151.64º75.34%28.63%-
XYZ3.155.13.51-
YUV53.59124.28102.61-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.04%
GREEN value IS 73 (28.91% from 255) = 52.90%
BLUE value IS 47 (18.75% from 255) = 34.06%
R=13.04%
G=52.90%
B=34.06%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1873470.7500.360.71151.6460.4417.84
Hex12492F4B02447983c12
Octal22111571130441072307422
Binary1001010010011011111001011010010010001111001100011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12492F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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