#11120C

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

Shades of Green Waterloo #11120C

Tints of Green Waterloo #11120C

Color information

#11120C (or 0x11120C) is unknown color: approx Green Waterloo. HEX triplet: 11, 12 and 0C. RGB value is (17,18,12). Sum of RGB (Red+Green+Blue) = 17+18+12=47 (6% of max value = 765). Red value is 17 (7.03% from 255 or 36.17% from 47); Green value is 18 (7.42% from 255 or 38.30% from 47); Blue value is 12 (5.08% from 255 or 25.53% from 47); Max value from RGB is 18 - color contains mainly: green. Hex color #11120C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #11120C is #EEEDF3. Grayscale: #111111. Windows color (decimal): -15658484 or 791057. OLE color: 791057.

HSL color Cylindrical-coordinate representation of color #11120C: hue angle of 70º degrees, saturation: 0.2, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #11120C is Cyan = 0.06, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.93.

Color convert

RGB171812-
CMYK0.0600.330.93
HSL70º20%5.88%-
HSV(B)70º33.33%7.06%-
XYZ0.510.580.43-
YUV17.02125.17127.99-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 36.17%
GREEN value IS 18 (7.42% from 255) = 38.30%
BLUE value IS 12 (5.08% from 255) = 25.53%
R=36.17%
G=38.30%
B=25.53%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1718120.0600.330.9370205.88
Hex1112C60215D46146
Octal2122146041135106246
Binary1000110010110011001000011011101100011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11120C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11120C; }

 p { color: rgb(17,18,12); }

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

<style>
 a { background-color: #11120C; }

 a { background-color: rgb(17,18,12); }

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

<style>
 span { border-color: #11120C; }

 span { border-color: rgb(17,18,12); }

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