#1E230A

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

Shades of Green Waterloo #1E230A

Tints of Green Waterloo #1E230A

Color information

#1E230A (or 0x1E230A) is unknown color: approx Green Waterloo. HEX triplet: 1E, 23 and 0A. RGB value is (30,35,10). Sum of RGB (Red+Green+Blue) = 30+35+10=75 (9% of max value = 765). Red value is 30 (12.11% from 255 or 40% from 75); Green value is 35 (14.06% from 255 or 46.67% from 75); Blue value is 10 (4.30% from 255 or 13.33% from 75); Max value from RGB is 35 - color contains mainly: green. Hex color #1E230A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E230A is #E1DCF5. Grayscale: #1E1E1E. Windows color (decimal): -14802166 or 664350. OLE color: 664350.

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

Color convert

RGB303510-
CMYK0.1400.710.86
HSL72º55.56%8.82%-
HSV(B)72º71.43%13.73%-
XYZ1.191.50.51-
YUV30.65116.34127.53-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 40%
GREEN value IS 35 (14.06% from 255) = 46.67%
BLUE value IS 10 (4.30% from 255) = 13.33%
R=40%
G=46.67%
B=13.33%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3035100.1400.710.867255.568.82
Hex1E23AE0475648389
Octal3643121601071261107011
Binary111101000111010111001000111101011010010001110001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E230A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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