#1E1F17

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

Shades of Green Waterloo #1E1F17

Tints of Green Waterloo #1E1F17

Color information

#1E1F17 (or 0x1E1F17) is unknown color: approx Green Waterloo. HEX triplet: 1E, 1F and 17. RGB value is (30,31,23). Sum of RGB (Red+Green+Blue) = 30+31+23=84 (11% of max value = 765). Red value is 30 (12.11% from 255 or 35.71% from 84); Green value is 31 (12.5% from 255 or 36.90% from 84); Blue value is 23 (9.38% from 255 or 27.38% from 84); Max value from RGB is 31 - color contains mainly: green. Hex color #1E1F17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E1F17 is #E1E0E8. Grayscale: #1D1D1D. Windows color (decimal): -14803177 or 1515294. OLE color: 1515294.

HSL color Cylindrical-coordinate representation of color #1E1F17: hue angle of 67.5º degrees, saturation: 0.15, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #1E1F17 is Cyan = 0.03, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.88.

Color convert

RGB303123-
CMYK0.0300.260.88
HSL67.5º14.81%10.59%-
HSV(B)67.5º25.81%12.16%-
XYZ1.181.321-
YUV29.79124.17128.15-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 35.71%
GREEN value IS 31 (12.5% from 255) = 36.90%
BLUE value IS 23 (9.38% from 255) = 27.38%
R=35.71%
G=36.90%
B=27.38%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3031230.0300.260.8867.514.8110.59
Hex1E1F17301A5844fb
Octal36372730321301041713
Binary111101111110111110110101011000100010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1F17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,31,23); }

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

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

 a { background-color: rgb(30,31,23); }

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

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

 span { border-color: rgb(30,31,23); }

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