#1D200E

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

Shades of Green Waterloo #1D200E

Tints of Green Waterloo #1D200E

Color information

#1D200E (or 0x1D200E) is unknown color: approx Green Waterloo. HEX triplet: 1D, 20 and 0E. RGB value is (29,32,14). Sum of RGB (Red+Green+Blue) = 29+32+14=75 (9% of max value = 765). Red value is 29 (11.72% from 255 or 38.67% from 75); Green value is 32 (12.89% from 255 or 42.67% from 75); Blue value is 14 (5.86% from 255 or 18.67% from 75); Max value from RGB is 32 - color contains mainly: green. Hex color #1D200E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D200E is #E2DFF1. Grayscale: #1D1D1D. Windows color (decimal): -14868466 or 925725. OLE color: 925725.

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

Color convert

RGB293214-
CMYK0.0900.560.87
HSL70º39.13%9.02%-
HSV(B)70º56.25%12.55%-
XYZ1.11.330.61-
YUV29.05119.51127.96-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 38.67%
GREEN value IS 32 (12.89% from 255) = 42.67%
BLUE value IS 14 (5.86% from 255) = 18.67%
R=38.67%
G=42.67%
B=18.67%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2932140.0900.560.877039.139.02
Hex1D20E90385746279
Octal354016110701271064711
Binary11101100000111010010111000101011110001101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D200E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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