#0E4F2D

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

Shades of Zuccini #0E4F2D

Tints of Zuccini #0E4F2D

Color information

#0E4F2D (or 0x0E4F2D) is unknown color: approx Zuccini. HEX triplet: 0E, 4F and 2D. RGB value is (14,79,45). Sum of RGB (Red+Green+Blue) = 14+79+45=138 (18% of max value = 765). Red value is 14 (5.86% from 255 or 10.14% from 138); Green value is 79 (31.25% from 255 or 57.25% from 138); Blue value is 45 (17.97% from 255 or 32.61% from 138); Max value from RGB is 79 - color contains mainly: green. Hex color #0E4F2D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E4F2D is #F1B0D2. Grayscale: #373737. Windows color (decimal): -15839443 or 2969358. OLE color: 2969358.

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

Color convert

RGB147945-
CMYK0.8200.430.69
HSL148.62º69.89%18.24%-
HSV(B)148.62º82.28%30.98%-
XYZ3.455.873.43-
YUV55.69121.9798.26-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 10.14%
GREEN value IS 79 (31.25% from 255) = 57.25%
BLUE value IS 45 (17.97% from 255) = 32.61%
R=10.14%
G=57.25%
B=32.61%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1479450.8200.430.69148.6269.8918.24
HexE4F2D5202B45954612
Octal161175512205310522510622
Binary1110100111110110110100100101011100010110010101100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E4F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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