Html Css Color HEX #1E220E Green Waterloo

📋 copy color: '#1E220E'

red 30 ◦ green 34 ◦ blue 14

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

Shades of Green Waterloo #1E220E

Tints of Green Waterloo #1E220E

RGB

 RED value IS 30 (12.11% from 255) = 38.46%

 GREEN value IS 34 (13.67% from 255) = 43.59%

 BLUE value IS 14 (5.86% from 255) = 17.95%

R = 38.46%
G = 43.59%
B = 17.95%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.59

 K value IS 0.87

RGB Variations

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

Color information

#1E220E (or 0x1E220E) is known color: Green Waterloo. HEX triplet: 1E, 22 and 0E. RGB value is (30,34,14). Sum of RGB (Red+Green+Blue) = 30+34+14=78 (10% of max value = 765). Red value is 30 (12.11% from 255 or 38.46% from 78); Green value is 34 (13.67% from 255 or 43.59% from 78); Blue value is 14 (5.86% from 255 or 17.95% from 78); Max value from RGB is 34 - color contains mainly: green. Hex color #1E220E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E220E is #E1DDF1. Grayscale: #1E1E1E. Windows color (decimal): -14802418 or 926238. OLE color: 926238.

HSL color Cylindrical-coordinate representation of color #1E220E: hue angle of 72º degrees, saturation: 0.42, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #1E220E is Cyan = 0.12, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.87.

Color convert

RGB 30 34 14 -
CMYK 0.12 0 0.59 0.87
HSL 72º 0.42% 0.09% -
HSV(B) 72º 0.59% 0.13% -
XYZ 1.19 1.45 0.63 -
YUV 30.52 118.67 127.63 -
System Red Green Blue C M Y K H S L
Decimal 30 34 14 0.12 0 0.59 0.87 72 0.42 0.09
Hex 1E 22 E C 0 3B 57 48 2A 9
Octal 36 42 16 14 0 73 127 110 52 11
Binary 11110 100010 1110 1100 0 111011 1010111 1001000 101010 1001

Color Harmonies of #1E220E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E220E

Black with #1E220E

Text Example


Text Example

White with #1E220E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1E220E; }

 p { color: rgb(30,34,14); }

 H1.HeaderClassName
 {
   color: #1E220E;
 }
 .AnyTagClassName
 {
   color: #1E220E;
 }
</style>

background-color css

<style>
 a { background-color: #1E220E; }

 a { background-color: rgb(30,34,14); }

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

border-color css

<style>
 span { border-color: #1E220E; }

 span { border-color: rgb(30,34,14); }

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