#1F2019

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

Shades of Green Waterloo #1F2019

Tints of Green Waterloo #1F2019

Color information

#1F2019 (or 0x1F2019) is unknown color: approx Green Waterloo. HEX triplet: 1F, 20 and 19. RGB value is (31,32,25). Sum of RGB (Red+Green+Blue) = 31+32+25=88 (11% of max value = 765). Red value is 31 (12.5% from 255 or 35.23% from 88); Green value is 32 (12.89% from 255 or 36.36% from 88); Blue value is 25 (10.16% from 255 or 28.41% from 88); Max value from RGB is 32 - color contains mainly: green. Hex color #1F2019 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F2019 is #E0DFE6. Grayscale: #1E1E1E. Windows color (decimal): -14737383 or 1646623. OLE color: 1646623.

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

Color convert

RGB313225-
CMYK0.0300.220.87
HSL68.57º12.28%11.18%-
HSV(B)68.57º21.88%12.55%-
XYZ1.261.391.12-
YUV30.9124.67128.07-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 35.23%
GREEN value IS 32 (12.89% from 255) = 36.36%
BLUE value IS 25 (10.16% from 255) = 28.41%
R=35.23%
G=36.36%
B=28.41%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3132250.0300.220.8768.5712.2811.18
Hex1F201930165745cb
Octal37403130261271051413
Binary1111110000011001110101101010111100010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,32,25); }

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

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

 a { background-color: rgb(31,32,25); }

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

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

 span { border-color: rgb(31,32,25); }

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