#0E4E2A

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

Shades of Zuccini #0E4E2A

Tints of Zuccini #0E4E2A

Color information

#0E4E2A (or 0x0E4E2A) is unknown color: approx Zuccini. HEX triplet: 0E, 4E and 2A. RGB value is (14,78,42). Sum of RGB (Red+Green+Blue) = 14+78+42=134 (17% of max value = 765). Red value is 14 (5.86% from 255 or 10.45% from 134); Green value is 78 (30.86% from 255 or 58.21% from 134); Blue value is 42 (16.80% from 255 or 31.34% from 134); Max value from RGB is 78 - color contains mainly: green. Hex color #0E4E2A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E4E2A is #F1B1D5. Grayscale: #363636. Windows color (decimal): -15839702 or 2772494. OLE color: 2772494.

HSL color Cylindrical-coordinate representation of color #0E4E2A: hue angle of 146.25º 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 #0E4E2A is Cyan = 0.82, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.69.

Color convert

RGB147842-
CMYK0.8200.460.69
HSL146.25º69.57%18.04%-
HSV(B)146.25º82.05%30.59%-
XYZ3.325.713.12-
YUV54.76120.898.93-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 10.45%
GREEN value IS 78 (30.86% from 255) = 58.21%
BLUE value IS 42 (16.80% from 255) = 31.34%
R=10.45%
G=58.21%
B=31.34%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1478420.8200.460.69146.2569.5718.04
HexE4E2A5202E45924612
Octal161165212205610522210622
Binary1110100111010101010100100101110100010110010010100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E4E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,78,42); }

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

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

 a { background-color: rgb(14,78,42); }

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

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

 span { border-color: rgb(14,78,42); }

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