#1D200C

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

Shades of Green Waterloo #1D200C

Tints of Green Waterloo #1D200C

Color information

#1D200C (or 0x1D200C) is unknown color: approx Green Waterloo. HEX triplet: 1D, 20 and 0C. RGB value is (29,32,12). Sum of RGB (Red+Green+Blue) = 29+32+12=73 (9% of max value = 765). Red value is 29 (11.72% from 255 or 39.73% from 73); Green value is 32 (12.89% from 255 or 43.84% from 73); Blue value is 12 (5.08% from 255 or 16.44% from 73); Max value from RGB is 32 - color contains mainly: green. Hex color #1D200C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D200C is #E2DFF3. Grayscale: #1C1C1C. Windows color (decimal): -14868468 or 794653. OLE color: 794653.

HSL color Cylindrical-coordinate representation of color #1D200C: hue angle of 69º degrees, saturation: 0.45, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1D200C is Cyan = 0.09, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.87.

Color convert

RGB293212-
CMYK0.0900.630.87
HSL69º45.45%8.63%-
HSV(B)69º62.5%12.55%-
XYZ1.091.320.55-
YUV28.82118.51128.13-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 39.73%
GREEN value IS 32 (12.89% from 255) = 43.84%
BLUE value IS 12 (5.08% from 255) = 16.44%
R=39.73%
G=43.84%
B=16.44%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2932120.0900.630.876945.458.63
Hex1D20C903F57452d9
Octal354014110771271055511
Binary11101100000110010010111111101011110001011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D200C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,32,12); }

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

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

 a { background-color: rgb(29,32,12); }

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

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

 span { border-color: rgb(29,32,12); }

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