#0E4F29

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

Shades of Zuccini #0E4F29

Tints of Zuccini #0E4F29

Color information

#0E4F29 (or 0x0E4F29) is unknown color: approx Zuccini. HEX triplet: 0E, 4F and 29. RGB value is (14,79,41). Sum of RGB (Red+Green+Blue) = 14+79+41=134 (17% of max value = 765). Red value is 14 (5.86% from 255 or 10.45% from 134); Green value is 79 (31.25% from 255 or 58.96% from 134); Blue value is 41 (16.41% from 255 or 30.60% from 134); Max value from RGB is 79 - color contains mainly: green. Hex color #0E4F29 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E4F29 is #F1B0D6. Grayscale: #373737. Windows color (decimal): -15839447 or 2707214. OLE color: 2707214.

HSL color Cylindrical-coordinate representation of color #0E4F29: hue angle of 144.92º degrees, saturation: 0.7, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0E4F29 is Cyan = 0.82, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.69.

Color convert

RGB147941-
CMYK0.8200.480.69
HSL144.92º69.89%18.24%-
HSV(B)144.92º82.28%30.98%-
XYZ3.385.853.05-
YUV55.23119.9798.59-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 10.45%
GREEN value IS 79 (31.25% from 255) = 58.96%
BLUE value IS 41 (16.41% from 255) = 30.60%
R=10.45%
G=58.96%
B=30.60%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1479410.8200.480.69144.9269.8918.24
HexE4F295203045914612
Octal161175112206010522110622
Binary1110100111110100110100100110000100010110010001100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E4F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0E4F29; }

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

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

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

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

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

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

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

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