#1E2505

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

Shades of Green Waterloo #1E2505

Tints of Green Waterloo #1E2505

Color information

#1E2505 (or 0x1E2505) is unknown color: approx Green Waterloo. HEX triplet: 1E, 25 and 05. RGB value is (30,37,5). Sum of RGB (Red+Green+Blue) = 30+37+5=72 (9% of max value = 765). Red value is 30 (12.11% from 255 or 41.67% from 72); Green value is 37 (14.84% from 255 or 51.39% from 72); Blue value is 5 (2.34% from 255 or 6.94% from 72); Max value from RGB is 37 - color contains mainly: green. Hex color #1E2505 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E2505 is #E1DAFA. Grayscale: #1F1F1F. Windows color (decimal): -14801659 or 337182. OLE color: 337182.

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

Color convert

RGB30375-
CMYK0.1900.860.85
HSL73.12º76.19%8.24%-
HSV(B)73.12º86.49%14.51%-
XYZ1.221.610.39-
YUV31.26113.18127.1-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 41.67%
GREEN value IS 37 (14.84% from 255) = 51.39%
BLUE value IS 5 (2.34% from 255) = 6.94%
R=41.67%
G=51.39%
B=6.94%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal303750.1900.860.8573.1276.198.24
Hex1E2551305655494c8
Octal3645523012612511111410
Binary1111010010110110011010101101010101100100110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E2505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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