#1E2401

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

Shades of Green Waterloo #1E2401

Tints of Green Waterloo #1E2401

Color information

#1E2401 (or 0x1E2401) is unknown color: approx Green Waterloo. HEX triplet: 1E, 24 and 01. RGB value is (30,36,1). Sum of RGB (Red+Green+Blue) = 30+36+1=67 (8% of max value = 765). Red value is 30 (12.11% from 255 or 44.78% from 67); Green value is 36 (14.45% from 255 or 53.73% from 67); Blue value is 1 (0.78% from 255 or 1.49% from 67); Max value from RGB is 36 - color contains mainly: green. Hex color #1E2401 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E2401 is #E1DBFE. Grayscale: #1E1E1E. Windows color (decimal): -14801919 or 74782. OLE color: 74782.

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

Color convert

RGB30361-
CMYK0.1700.970.86
HSL70.29º94.59%7.25%-
HSV(B)70.29º97.22%14.12%-
XYZ1.171.540.26-
YUV30.22111.51127.85-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 44.78%
GREEN value IS 36 (14.45% from 255) = 53.73%
BLUE value IS 1 (0.78% from 255) = 1.49%
R=44.78%
G=53.73%
B=1.49%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal303610.1700.970.8670.2994.597.25
Hex1E2411106156465f7
Octal364412101411261061377
Binary1111010010011000101100001101011010001101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E2401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,36,1); }

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

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

 a { background-color: rgb(30,36,1); }

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

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

 span { border-color: rgb(30,36,1); }

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