#0E512E

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

Shades of Zuccini #0E512E

Tints of Zuccini #0E512E

Color information

#0E512E (or 0x0E512E) is unknown color: approx Zuccini. HEX triplet: 0E, 51 and 2E. RGB value is (14,81,46). Sum of RGB (Red+Green+Blue) = 14+81+46=141 (18% of max value = 765). Red value is 14 (5.86% from 255 or 9.93% from 141); Green value is 81 (32.03% from 255 or 57.45% from 141); Blue value is 46 (18.36% from 255 or 32.62% from 141); Max value from RGB is 81 - color contains mainly: green. Hex color #0E512E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E512E is #F1AED1. Grayscale: #393939. Windows color (decimal): -15838930 or 3035406. OLE color: 3035406.

HSL color Cylindrical-coordinate representation of color #0E512E: hue angle of 148.66º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0E512E is Cyan = 0.83, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.68.

Color convert

RGB148146-
CMYK0.8300.430.68
HSL148.66º70.53%18.63%-
HSV(B)148.66º82.72%31.76%-
XYZ3.626.183.59-
YUV56.98121.897.35-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 9.93%
GREEN value IS 81 (32.03% from 255) = 57.45%
BLUE value IS 46 (18.36% from 255) = 32.62%
R=9.93%
G=57.45%
B=32.62%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1481460.8300.430.68148.6670.5318.63
HexE512E5302B44954713
Octal161215612305310422510723
Binary1110101000110111010100110101011100010010010101100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E512E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,81,46); }

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

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

 a { background-color: rgb(14,81,46); }

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

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

 span { border-color: rgb(14,81,46); }

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