#1E200E

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

Shades of Green Waterloo #1E200E

Tints of Green Waterloo #1E200E

Color information

#1E200E (or 0x1E200E) is unknown color: approx Green Waterloo. HEX triplet: 1E, 20 and 0E. RGB value is (30,32,14). Sum of RGB (Red+Green+Blue) = 30+32+14=76 (10% of max value = 765). Red value is 30 (12.11% from 255 or 39.47% from 76); Green value is 32 (12.89% from 255 or 42.11% from 76); Blue value is 14 (5.86% from 255 or 18.42% from 76); Max value from RGB is 32 - color contains mainly: green. Hex color #1E200E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E200E is #E1DFF1. Grayscale: #1D1D1D. Windows color (decimal): -14802930 or 925726. OLE color: 925726.

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

Color convert

RGB303214-
CMYK0.0600.560.87
HSL66.67º39.13%9.02%-
HSV(B)66.67º56.25%12.55%-
XYZ1.131.340.61-
YUV29.35119.34128.46-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 39.47%
GREEN value IS 32 (12.89% from 255) = 42.11%
BLUE value IS 14 (5.86% from 255) = 18.42%
R=39.47%
G=42.11%
B=18.42%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3032140.0600.560.8766.6739.139.02
Hex1E20E60385743279
Octal36401660701271034711
Binary1111010000011101100111000101011110000111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E200E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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