#1E2500

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

Shades of Green Waterloo #1E2500

Tints of Green Waterloo #1E2500

Color information

#1E2500 (or 0x1E2500) is unknown color: approx Green Waterloo. HEX triplet: 1E, 25 and 00. RGB value is (30,37,0). Sum of RGB (Red+Green+Blue) = 30+37+0=67 (8% of max value = 765). Red value is 30 (12.11% from 255 or 44.78% from 67); Green value is 37 (14.84% from 255 or 55.22% from 67); Blue value is 0 (0.39% from 255 or 0% from 67); Max value from RGB is 37 - color contains mainly: green. Hex color #1E2500 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E2500 is #E1DAFF. Grayscale: #1E1E1E. Windows color (decimal): -14801664 or 9502. OLE color: 9502.

HSL color Cylindrical-coordinate representation of color #1E2500: hue angle of 71.35º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1E2500 is Cyan = 0.19, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.85.

Color convert

RGB30370-
CMYK0.19010.85
HSL71.35º100%7.25%-
HSV(B)71.35º100%14.51%-
XYZ1.21.60.25-
YUV30.69110.68127.51-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 44.78%
GREEN value IS 37 (14.84% from 255) = 55.22%
BLUE value IS 0 (0.39% from 255) = 0%
R=44.78%
G=55.22%
B=0%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal303700.19010.8571.351007.25
Hex1E250130645547647
Octal364502301441251071447
Binary1111010010101001101100100101010110001111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E2500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,37,0); }

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

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

 a { background-color: rgb(30,37,0); }

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

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

 span { border-color: rgb(30,37,0); }

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