#111502

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

Shades of Green Waterloo #111502

Tints of Green Waterloo #111502

Color information

#111502 (or 0x111502) is unknown color: approx Green Waterloo. HEX triplet: 11, 15 and 02. RGB value is (17,21,2). Sum of RGB (Red+Green+Blue) = 17+21+2=40 (5% of max value = 765). Red value is 17 (7.03% from 255 or 42.5% from 40); Green value is 21 (8.59% from 255 or 52.5% from 40); Blue value is 2 (1.17% from 255 or 5% from 40); Max value from RGB is 21 - color contains mainly: green. Hex color #111502 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111502 is #EEEAFD. Grayscale: #111111. Windows color (decimal): -15657726 or 136465. OLE color: 136465.

HSL color Cylindrical-coordinate representation of color #111502: hue angle of 72.63º degrees, saturation: 0.83, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #111502 is Cyan = 0.19, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.92.

Color convert

RGB17212-
CMYK0.1900.900.92
HSL72.63º82.61%4.51%-
HSV(B)72.63º90.48%8.24%-
XYZ0.510.660.16-
YUV17.64119.17127.54-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 42.5%
GREEN value IS 21 (8.59% from 255) = 52.5%
BLUE value IS 2 (1.17% from 255) = 5%
R=42.5%
G=52.5%
B=5%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal172120.1900.900.9272.6382.614.51
Hex111521305A5C49535
Octal212522301321341111235
Binary1000110101101001101011010101110010010011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111502; }

 p { color: rgb(17,21,2); }

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

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

 a { background-color: rgb(17,21,2); }

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

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

 span { border-color: rgb(17,21,2); }

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