#0E1104

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

Shades of Green Waterloo #0E1104

Tints of Green Waterloo #0E1104

Color information

#0E1104 (or 0x0E1104) is unknown color: approx Green Waterloo. HEX triplet: 0E, 11 and 04. RGB value is (14,17,4). Sum of RGB (Red+Green+Blue) = 14+17+4=35 (4% of max value = 765). Red value is 14 (5.86% from 255 or 40% from 35); Green value is 17 (7.03% from 255 or 48.57% from 35); Blue value is 4 (1.95% from 255 or 11.43% from 35); Max value from RGB is 17 - color contains mainly: green. Hex color #0E1104 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E1104 is #F1EEFB. Grayscale: #0E0E0E. Windows color (decimal): -15855356 or 266510. OLE color: 266510.

HSL color Cylindrical-coordinate representation of color #0E1104: hue angle of 73.85º degrees, saturation: 0.62, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0E1104 is Cyan = 0.18, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.93.

Color convert

RGB14174-
CMYK0.1800.760.93
HSL73.85º61.9%4.12%-
HSV(B)73.85º76.47%6.67%-
XYZ0.40.50.19-
YUV14.62122.01127.56-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 40%
GREEN value IS 17 (7.03% from 255) = 48.57%
BLUE value IS 4 (1.95% from 255) = 11.43%
R=40%
G=48.57%
B=11.43%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal141740.1800.760.9373.8561.94.12
HexE1141204C5D4a3e4
Octal16214220114135112764
Binary111010001100100100100110010111011001010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,17,4); }

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

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

 a { background-color: rgb(14,17,4); }

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

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

 span { border-color: rgb(14,17,4); }

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