#0E1100

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

Shades of Green Waterloo #0E1100

Tints of Green Waterloo #0E1100

Color information

#0E1100 (or 0x0E1100) is unknown color: approx Green Waterloo. HEX triplet: 0E, 11 and 00. RGB value is (14,17,0). Sum of RGB (Red+Green+Blue) = 14+17+0=31 (4% of max value = 765). Red value is 14 (5.86% from 255 or 45.16% from 31); Green value is 17 (7.03% from 255 or 54.84% from 31); Blue value is 0 (0.39% from 255 or 0% from 31); Max value from RGB is 17 - color contains mainly: green. Hex color #0E1100 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E1100 is #F1EEFF. Grayscale: #0E0E0E. Windows color (decimal): -15855360 or 4366. OLE color: 4366.

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

Color convert

RGB14170-
CMYK0.18010.93
HSL70.59º100%3.33%-
HSV(B)70.59º100%6.67%-
XYZ0.380.490.08-
YUV14.16120.01127.88-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 45.16%
GREEN value IS 17 (7.03% from 255) = 54.84%
BLUE value IS 0 (0.39% from 255) = 0%
R=45.16%
G=54.84%
B=0%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal141700.18010.9370.591003.33
HexE110120645D47643
Octal162102201441351071443
Binary1110100010100100110010010111011000111110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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