#0E472F

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

Shades of Zuccini #0E472F

Tints of Zuccini #0E472F

Color information

#0E472F (or 0x0E472F) is unknown color: approx Zuccini. HEX triplet: 0E, 47 and 2F. RGB value is (14,71,47). Sum of RGB (Red+Green+Blue) = 14+71+47=132 (17% of max value = 765). Red value is 14 (5.86% from 255 or 10.61% from 132); Green value is 71 (28.12% from 255 or 53.79% from 132); Blue value is 47 (18.75% from 255 or 35.61% from 132); Max value from RGB is 71 - color contains mainly: green. Hex color #0E472F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E472F is #F1B8D0. Grayscale: #333333. Windows color (decimal): -15841489 or 3098382. OLE color: 3098382.

HSL color Cylindrical-coordinate representation of color #0E472F: hue angle of 154.74º 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 #0E472F is Cyan = 0.80, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.72.

Color convert

RGB147147-
CMYK0.8000.340.72
HSL154.74º67.06%16.67%-
HSV(B)154.74º80.28%27.84%-
XYZ2.954.813.46-
YUV51.22125.62101.45-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 10.61%
GREEN value IS 71 (28.12% from 255) = 53.79%
BLUE value IS 47 (18.75% from 255) = 35.61%
R=10.61%
G=53.79%
B=35.61%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1471470.8000.340.72154.7467.0616.67
HexE472F50022489b4311
Octal161075712004211023310321
Binary1110100011110111110100000100010100100010011011100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E472F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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