#0E472A

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

Shades of Zuccini #0E472A

Tints of Zuccini #0E472A

Color information

#0E472A (or 0x0E472A) is unknown color: approx Zuccini. HEX triplet: 0E, 47 and 2A. RGB value is (14,71,42). Sum of RGB (Red+Green+Blue) = 14+71+42=127 (16% of max value = 765). Red value is 14 (5.86% from 255 or 11.02% from 127); Green value is 71 (28.12% from 255 or 55.91% from 127); Blue value is 42 (16.80% from 255 or 33.07% from 127); Max value from RGB is 71 - color contains mainly: green. Hex color #0E472A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E472A is #F1B8D5. Grayscale: #323232. Windows color (decimal): -15841494 or 2770702. OLE color: 2770702.

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

Color convert

RGB147142-
CMYK0.8000.410.72
HSL149.47º67.06%16.67%-
HSV(B)149.47º80.28%27.84%-
XYZ2.854.772.96-
YUV50.65123.12101.86-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 11.02%
GREEN value IS 71 (28.12% from 255) = 55.91%
BLUE value IS 42 (16.80% from 255) = 33.07%
R=11.02%
G=55.91%
B=33.07%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1471420.8000.410.72149.4767.0616.67
HexE472A5002948954311
Octal161075212005111022510321
Binary1110100011110101010100000101001100100010010101100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E472A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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