Html Css Color HEX #1E2114 Green Waterloo

📋 copy color: '#1E2114'

red 30 ◦ green 33 ◦ blue 20

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

Shades of Green Waterloo #1E2114

Tints of Green Waterloo #1E2114

RGB

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

 GREEN value IS 33 (13.28% from 255) = 39.76%

 BLUE value IS 20 (8.2% from 255) = 24.1%

R = 36.14%
G = 39.76%
B = 24.1%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.39

 K value IS 0.87

RGB Variations

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

Color information

#1E2114 (or 0x1E2114) is known color: Green Waterloo. HEX triplet: 1E, 21 and 14. RGB value is (30,33,20). Sum of RGB (Red+Green+Blue) = 30+33+20=83 (10% of max value = 765). Red value is 30 (12.11% from 255 or 36.14% from 83); Green value is 33 (13.28% from 255 or 39.76% from 83); Blue value is 20 (8.20% from 255 or 24.10% from 83); Max value from RGB is 33 - color contains mainly: green. Hex color #1E2114 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E2114 is #E1DEEB. Grayscale: #1E1E1E. Windows color (decimal): -14802668 or 1319198. OLE color: 1319198.

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

Color convert

RGB 30 33 20 -
CMYK 0.09 0 0.39 0.87
HSL 73.85º 0.25% 0.1% -
HSV(B) 73.85º 0.39% 0.13% -
XYZ 1.21 1.41 0.87 -
YUV 30.62 122.01 127.56 -
System Red Green Blue C M Y K H S L
Decimal 30 33 20 0.09 0 0.39 0.87 73.85 0.25 0.1
Hex 1E 21 14 9 0 27 57 4A 19 A
Octal 36 41 24 11 0 47 127 112 31 12
Binary 11110 100001 10100 1001 0 100111 1010111 1001010 11001 1010

Color Harmonies of #1E2114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E2114

Black with #1E2114

Text Example


Text Example

White with #1E2114

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,33,20); }

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

background-color css

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

 a { background-color: rgb(30,33,20); }

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

border-color css

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

 span { border-color: rgb(30,33,20); }

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