#1D1F15

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

Shades of Green Waterloo #1D1F15

Tints of Green Waterloo #1D1F15

Color information

#1D1F15 (or 0x1D1F15) is unknown color: approx Green Waterloo. HEX triplet: 1D, 1F and 15. RGB value is (29,31,21). Sum of RGB (Red+Green+Blue) = 29+31+21=81 (10% of max value = 765). Red value is 29 (11.72% from 255 or 35.80% from 81); Green value is 31 (12.5% from 255 or 38.27% from 81); Blue value is 21 (8.59% from 255 or 25.93% from 81); Max value from RGB is 31 - color contains mainly: green. Hex color #1D1F15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D1F15 is #E2E0EA. Grayscale: #1D1D1D. Windows color (decimal): -14868715 or 1384221. OLE color: 1384221.

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

Color convert

RGB293121-
CMYK0.0600.320.88
HSL72º19.23%10.2%-
HSV(B)72º32.26%12.16%-
XYZ1.131.30.9-
YUV29.26123.34127.81-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 35.80%
GREEN value IS 31 (12.5% from 255) = 38.27%
BLUE value IS 21 (8.59% from 255) = 25.93%
R=35.80%
G=38.27%
B=25.93%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2931210.0600.320.887219.2310.2
Hex1D1F156020584813a
Octal35372560401301102312
Binary111011111110101110010000010110001001000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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