Html Css Color HEX #111402 Green Waterloo

📋 copy color: '#111402'

red 17 ◦ green 20 ◦ blue 2

#111402
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Waterloo #111402

Tints of Green Waterloo #111402

RGB

 RED value IS 17 (7.03% from 255) = 43.59%

 GREEN value IS 20 (8.2% 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 value IS 0.15

 M value IS 0

 Y value IS 0.90

 K value IS 0.92

RGB Variations

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

Color information

#111402 (or 0x111402) is known color: 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

RGB 17 20 2 -
CMYK 0.15 0 0.90 0.92
HSL 70º 0.82% 0.04% -
HSV(B) 70º 0.9% 0.08% -
XYZ 0.49 0.62 0.15 -
YUV 17.05 119.51 127.96 -
System Red Green Blue C M Y K H S L
Decimal 17 20 2 0.15 0 0.90 0.92 70 0.82 0.04
Hex 11 14 2 F 0 5A 5C 46 52 4
Octal 21 24 2 17 0 132 134 106 122 4
Binary 10001 10100 10 1111 0 1011010 1011100 1000110 1010010 100

Color Harmonies of #111402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111402

Black with #111402

Text Example


Text Example

White with #111402

Text Example


Text Example

HTML Codes & Css Web 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>