#0E482A

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

Shades of Zuccini #0E482A

Tints of Zuccini #0E482A

Color information

#0E482A (or 0x0E482A) is unknown color: approx Zuccini. HEX triplet: 0E, 48 and 2A. RGB value is (14,72,42). Sum of RGB (Red+Green+Blue) = 14+72+42=128 (16% of max value = 765). Red value is 14 (5.86% from 255 or 10.94% from 128); Green value is 72 (28.52% from 255 or 56.25% from 128); Blue value is 42 (16.80% from 255 or 32.81% from 128); Max value from RGB is 72 - color contains mainly: green. Hex color #0E482A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E482A is #F1B7D5. Grayscale: #333333. Windows color (decimal): -15841238 or 2770958. OLE color: 2770958.

HSL color Cylindrical-coordinate representation of color #0E482A: hue angle of 148.97º degrees, saturation: 0.67, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0E482A is Cyan = 0.81, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.72.

Color convert

RGB147242-
CMYK0.8100.420.72
HSL148.97º67.44%16.86%-
HSV(B)148.97º80.56%28.24%-
XYZ2.924.92.98-
YUV51.24122.78101.44-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 10.94%
GREEN value IS 72 (28.52% from 255) = 56.25%
BLUE value IS 42 (16.80% from 255) = 32.81%
R=10.94%
G=56.25%
B=32.81%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1472420.8100.420.72148.9767.4416.86
HexE482A5102A48954311
Octal161105212105211022510321
Binary1110100100010101010100010101010100100010010101100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E482A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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