#1E1F0F

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

Shades of Green Waterloo #1E1F0F

Tints of Green Waterloo #1E1F0F

Color information

#1E1F0F (or 0x1E1F0F) is unknown color: approx Green Waterloo. HEX triplet: 1E, 1F and 0F. RGB value is (30,31,15). Sum of RGB (Red+Green+Blue) = 30+31+15=76 (10% of max value = 765). Red value is 30 (12.11% from 255 or 39.47% from 76); Green value is 31 (12.5% from 255 or 40.79% from 76); Blue value is 15 (6.25% from 255 or 19.74% from 76); Max value from RGB is 31 - color contains mainly: green. Hex color #1E1F0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E1F0F is #E1E0F0. Grayscale: #1C1C1C. Windows color (decimal): -14803185 or 991006. OLE color: 991006.

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

Color convert

RGB303115-
CMYK0.0300.520.88
HSL63.75º34.78%9.02%-
HSV(B)63.75º51.61%12.16%-
XYZ1.111.290.64-
YUV28.88120.17128.8-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 39.47%
GREEN value IS 31 (12.5% from 255) = 40.79%
BLUE value IS 15 (6.25% from 255) = 19.74%
R=39.47%
G=40.79%
B=19.74%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3031150.0300.520.8863.7534.789.02
Hex1E1FF30345840239
Octal36371730641301004311
Binary11110111111111110110100101100010000001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1F0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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