#1D1F16

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

Shades of Green Waterloo #1D1F16

Tints of Green Waterloo #1D1F16

Color information

#1D1F16 (or 0x1D1F16) is unknown color: approx Green Waterloo. HEX triplet: 1D, 1F and 16. RGB value is (29,31,22). Sum of RGB (Red+Green+Blue) = 29+31+22=82 (10% of max value = 765). Red value is 29 (11.72% from 255 or 35.37% from 82); Green value is 31 (12.5% from 255 or 37.80% from 82); Blue value is 22 (8.98% from 255 or 26.83% from 82); Max value from RGB is 31 - color contains mainly: green. Hex color #1D1F16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D1F16 is #E2E0E9. Grayscale: #1D1D1D. Windows color (decimal): -14868714 or 1449757. OLE color: 1449757.

HSL color Cylindrical-coordinate representation of color #1D1F16: hue angle of 73.33º degrees, saturation: 0.17, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #1D1F16 is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.88.

Color convert

RGB293122-
CMYK0.0600.290.88
HSL73.33º16.98%10.39%-
HSV(B)73.33º29.03%12.16%-
XYZ1.141.30.95-
YUV29.38123.84127.73-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 35.37%
GREEN value IS 31 (12.5% from 255) = 37.80%
BLUE value IS 22 (8.98% from 255) = 26.83%
R=35.37%
G=37.80%
B=26.83%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2931220.0600.290.8873.3316.9810.39
Hex1D1F16601D584911a
Octal35372660351301112112
Binary11101111111011011001110110110001001001100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,31,22); }

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

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

 a { background-color: rgb(29,31,22); }

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

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

 span { border-color: rgb(29,31,22); }

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