#111402

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

Shades of Green Waterloo #111402

Tints of Green Waterloo #111402

Color information

#111402 (or 0x111402) is unknown color: approx Green Waterloo. HEX triplet: 11, 14 and 02. RGB value is (17,20,2). Sum of RGB (Red+Green+Blue) = 17+20+2=39 (5% of max value = 765). Red value is 17 (7.03% from 255 or 43.59% from 39); Green value is 20 (8.20% from 255 or 51.28% from 39); Blue value is 2 (1.17% from 255 or 5.13% from 39); Max value from RGB is 20 - color contains mainly: green. Hex color #111402 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111402 is #EEEBFD. Grayscale: #111111. Windows color (decimal): -15657982 or 136209. OLE color: 136209.

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

Color convert

RGB17202-
CMYK0.1500.900.92
HSL70º81.82%4.31%-
HSV(B)70º90%7.84%-
XYZ0.490.620.15-
YUV17.05119.51127.96-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 43.59%
GREEN value IS 20 (8.20% from 255) = 51.28%
BLUE value IS 2 (1.17% from 255) = 5.13%
R=43.59%
G=51.28%
B=5.13%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal172020.1500.900.927081.824.31
Hex11142F05A5C46524
Octal212421701321341061224
Binary100011010010111101011010101110010001101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111402; }

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

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

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

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

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

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

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

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