#1E2309

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

Shades of Green Waterloo #1E2309

Tints of Green Waterloo #1E2309

Color information

#1E2309 (or 0x1E2309) is unknown color: approx Green Waterloo. HEX triplet: 1E, 23 and 09. RGB value is (30,35,9). Sum of RGB (Red+Green+Blue) = 30+35+9=74 (9% of max value = 765). Red value is 30 (12.11% from 255 or 40.54% from 74); Green value is 35 (14.06% from 255 or 47.30% from 74); Blue value is 9 (3.91% from 255 or 12.16% from 74); Max value from RGB is 35 - color contains mainly: green. Hex color #1E2309 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E2309 is #E1DCF6. Grayscale: #1E1E1E. Windows color (decimal): -14802167 or 598814. OLE color: 598814.

HSL color Cylindrical-coordinate representation of color #1E2309: hue angle of 71.54º degrees, saturation: 0.59, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1E2309 is Cyan = 0.14, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.86.

Color convert

RGB30359-
CMYK0.1400.740.86
HSL71.54º59.09%8.63%-
HSV(B)71.54º74.29%13.73%-
XYZ1.191.50.49-
YUV30.54115.84127.61-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 40.54%
GREEN value IS 35 (14.06% from 255) = 47.30%
BLUE value IS 9 (3.91% from 255) = 12.16%
R=40.54%
G=47.30%
B=12.16%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal303590.1400.740.8671.5459.098.63
Hex1E239E04A56483b9
Octal3643111601121261107311
Binary111101000111001111001001010101011010010001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E2309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,35,9); }

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

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

 a { background-color: rgb(30,35,9); }

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

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

 span { border-color: rgb(30,35,9); }

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