#1E210B

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

Shades of Green Waterloo #1E210B

Tints of Green Waterloo #1E210B

Color information

#1E210B (or 0x1E210B) is unknown color: approx Green Waterloo. HEX triplet: 1E, 21 and 0B. RGB value is (30,33,11). Sum of RGB (Red+Green+Blue) = 30+33+11=74 (9% of max value = 765). Red value is 30 (12.11% from 255 or 40.54% from 74); Green value is 33 (13.28% from 255 or 44.59% from 74); Blue value is 11 (4.69% from 255 or 14.86% from 74); Max value from RGB is 33 - color contains mainly: green. Hex color #1E210B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E210B is #E1DEF4. Grayscale: #1D1D1D. Windows color (decimal): -14802677 or 729374. OLE color: 729374.

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

Color convert

RGB303311-
CMYK0.0900.670.87
HSL68.18º50%8.63%-
HSV(B)68.18º66.67%12.94%-
XYZ1.141.390.52-
YUV29.6117.51128.29-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 40.54%
GREEN value IS 33 (13.28% from 255) = 44.59%
BLUE value IS 11 (4.69% from 255) = 14.86%
R=40.54%
G=44.59%
B=14.86%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3033110.0900.670.8768.18508.63
Hex1E21B90435744329
Octal3641131101031271046211
Binary111101000011011100101000011101011110001001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E210B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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