#1D1E12

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

Shades of Green Waterloo #1D1E12

Tints of Green Waterloo #1D1E12

Color information

#1D1E12 (or 0x1D1E12) is unknown color: approx Green Waterloo. HEX triplet: 1D, 1E and 12. RGB value is (29,30,18). Sum of RGB (Red+Green+Blue) = 29+30+18=77 (10% of max value = 765). Red value is 29 (11.72% from 255 or 37.66% from 77); Green value is 30 (12.11% from 255 or 38.96% from 77); Blue value is 18 (7.42% from 255 or 23.38% from 77); Max value from RGB is 30 - color contains mainly: green. Hex color #1D1E12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D1E12 is #E2E1ED. Grayscale: #1C1C1C. Windows color (decimal): -14868974 or 1187357. OLE color: 1187357.

HSL color Cylindrical-coordinate representation of color #1D1E12: hue angle of 65º degrees, saturation: 0.25, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #1D1E12 is Cyan = 0.03, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.88.

Color convert

RGB293018-
CMYK0.0300.400.88
HSL65º25%9.41%-
HSV(B)65º40%11.76%-
XYZ1.081.230.75-
YUV28.33122.17128.48-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 37.66%
GREEN value IS 30 (12.11% from 255) = 38.96%
BLUE value IS 18 (7.42% from 255) = 23.38%
R=37.66%
G=38.96%
B=23.38%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2930180.0300.400.8865259.41
Hex1D1E1230285841199
Octal35362230501301013111
Binary11101111101001011010100010110001000001110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,30,18); }

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

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

 a { background-color: rgb(29,30,18); }

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

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

 span { border-color: rgb(29,30,18); }

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