#1E2302

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

Shades of Green Waterloo #1E2302

Tints of Green Waterloo #1E2302

Color information

#1E2302 (or 0x1E2302) is unknown color: approx Green Waterloo. HEX triplet: 1E, 23 and 02. RGB value is (30,35,2). Sum of RGB (Red+Green+Blue) = 30+35+2=67 (8% of max value = 765). Red value is 30 (12.11% from 255 or 44.78% from 67); Green value is 35 (14.06% from 255 or 52.24% from 67); Blue value is 2 (1.17% from 255 or 2.99% from 67); Max value from RGB is 35 - color contains mainly: green. Hex color #1E2302 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E2302 is #E1DCFD. Grayscale: #1D1D1D. Windows color (decimal): -14802174 or 140062. OLE color: 140062.

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

Color convert

RGB30352-
CMYK0.1400.940.86
HSL69.09º89.19%7.25%-
HSV(B)69.09º94.29%13.73%-
XYZ1.151.480.28-
YUV29.74112.34128.18-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 44.78%
GREEN value IS 35 (14.06% from 255) = 52.24%
BLUE value IS 2 (1.17% from 255) = 2.99%
R=44.78%
G=52.24%
B=2.99%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal303520.1400.940.8669.0989.197.25
Hex1E232E05E5645597
Octal364321601361261051317
Binary1111010001110111001011110101011010001011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E2302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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