#124F29

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

Shades of Zuccini #124F29

Tints of Zuccini #124F29

Color information

#124F29 (or 0x124F29) is unknown color: approx Zuccini. HEX triplet: 12, 4F and 29. RGB value is (18,79,41). Sum of RGB (Red+Green+Blue) = 18+79+41=138 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.04% from 138); Green value is 79 (31.25% from 255 or 57.25% from 138); Blue value is 41 (16.41% from 255 or 29.71% from 138); Max value from RGB is 79 - color contains mainly: green. Hex color #124F29 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #124F29 is #EDB0D6. Grayscale: #383838. Windows color (decimal): -15577303 or 2707218. OLE color: 2707218.

HSL color Cylindrical-coordinate representation of color #124F29: hue angle of 142.62º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #124F29 is Cyan = 0.77, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.69.

Color convert

RGB187941-
CMYK0.7700.480.69
HSL142.62º62.89%19.02%-
HSV(B)142.62º77.22%30.98%-
XYZ3.455.883.05-
YUV56.43119.29100.59-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.04%
GREEN value IS 79 (31.25% from 255) = 57.25%
BLUE value IS 41 (16.41% from 255) = 29.71%
R=13.04%
G=57.25%
B=29.71%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1879410.7700.480.69142.6262.8919.02
Hex124F294D030458f3f13
Octal22117511150601052177723
Binary1001010011111010011001101011000010001011000111111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124F29; }

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

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

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

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

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

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

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

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