#124029

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

Shades of Zuccini #124029

Tints of Zuccini #124029

Color information

#124029 (or 0x124029) is unknown color: approx Zuccini. HEX triplet: 12, 40 and 29. RGB value is (18,64,41). Sum of RGB (Red+Green+Blue) = 18+64+41=123 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.63% from 123); Green value is 64 (25.39% from 255 or 52.03% from 123); Blue value is 41 (16.41% from 255 or 33.33% from 123); Max value from RGB is 64 - color contains mainly: green. Hex color #124029 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124029 is #EDBFD6. Grayscale: #2F2F2F. Windows color (decimal): -15581143 or 2703378. OLE color: 2703378.

HSL color Cylindrical-coordinate representation of color #124029: hue angle of 150º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #124029 is Cyan = 0.72, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.75.

Color convert

RGB186441-
CMYK0.7200.360.75
HSL150º56.1%16.08%-
HSV(B)150º71.88%25.1%-
XYZ2.483.962.73-
YUV47.62124.26106.87-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.63%
GREEN value IS 64 (25.39% from 255) = 52.03%
BLUE value IS 41 (16.41% from 255) = 33.33%
R=14.63%
G=52.03%
B=33.33%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1864410.7200.360.7515056.116.08
Hex124029480244B963810
Octal22100511100441132267020
Binary1001010000001010011001000010010010010111001011011100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124029; }

 p { color: rgb(18,64,41); }

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

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

 a { background-color: rgb(18,64,41); }

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

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

 span { border-color: rgb(18,64,41); }

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