#0E402A

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

Shades of Zuccini #0E402A

Tints of Zuccini #0E402A

Color information

#0E402A (or 0x0E402A) is unknown color: approx Zuccini. HEX triplet: 0E, 40 and 2A. RGB value is (14,64,42). Sum of RGB (Red+Green+Blue) = 14+64+42=120 (15% of max value = 765). Red value is 14 (5.86% from 255 or 11.67% from 120); Green value is 64 (25.39% from 255 or 53.33% from 120); Blue value is 42 (16.80% from 255 or 35% from 120); Max value from RGB is 64 - color contains mainly: green. Hex color #0E402A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E402A is #F1BFD5. Grayscale: #2E2E2E. Windows color (decimal): -15843286 or 2768910. OLE color: 2768910.

HSL color Cylindrical-coordinate representation of color #0E402A: hue angle of 153.6º degrees, saturation: 0.64, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0E402A is Cyan = 0.78, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.75.

Color convert

RGB146442-
CMYK0.7800.340.75
HSL153.6º64.1%15.29%-
HSV(B)153.6º78.12%25.1%-
XYZ2.433.932.82-
YUV46.54125.44104.79-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 11.67%
GREEN value IS 64 (25.39% from 255) = 53.33%
BLUE value IS 42 (16.80% from 255) = 35%
R=11.67%
G=53.33%
B=35%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1464420.7800.340.75153.664.115.29
HexE402A4E0224B9a40f
Octal161005211604211323210017
Binary111010000001010101001110010001010010111001101010000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E402A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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