Html Css Color HEX #0E1103 Green Waterloo

📋 copy color: '#0E1103'

red 14 ◦ green 17 ◦ blue 3

#0E1103
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Waterloo #0E1103

Tints of Green Waterloo #0E1103

RGB

 RED value IS 14 (5.86% from 255) = 41.18%

 GREEN value IS 17 (7.03% from 255) = 50%

 BLUE value IS 3 (1.56% from 255) = 8.82%

R = 41.18%
G = 50%
B = 8.82%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.82

 K value IS 0.93

RGB Variations

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

Color information

#0E1103 (or 0x0E1103) is known color: Green Waterloo. HEX triplet: 0E, 11 and 03. RGB value is (14,17,3). Sum of RGB (Red+Green+Blue) = 14+17+3=34 (4% of max value = 765). Red value is 14 (5.86% from 255 or 41.18% from 34); Green value is 17 (7.03% from 255 or 50% from 34); Blue value is 3 (1.56% from 255 or 8.82% from 34); Max value from RGB is 17 - color contains mainly: green. Hex color #0E1103 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E1103 is #F1EEFC. Grayscale: #0E0E0E. Windows color (decimal): -15855357 or 200974. OLE color: 200974.

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

Color convert

RGB 14 17 3 -
CMYK 0.18 0 0.82 0.93
HSL 72.86º 0.7% 0.04% -
HSV(B) 72.86º 0.82% 0.07% -
XYZ 0.4 0.5 0.16 -
YUV 14.51 121.51 127.64 -
System Red Green Blue C M Y K H S L
Decimal 14 17 3 0.18 0 0.82 0.93 72.86 0.7 0.04
Hex E 11 3 12 0 52 5D 49 46 4
Octal 16 21 3 22 0 122 135 111 106 4
Binary 1110 10001 11 10010 0 1010010 1011101 1001001 1000110 100

Color Harmonies of #0E1103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1103

Black with #0E1103

Text Example


Text Example

White with #0E1103

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0E1103;
 }
 .AnyTagClassName
 {
   color: #0E1103;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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