Html Css Color HEX #111502 Green Waterloo

📋 copy color: '#111502'

red 17 ◦ green 21 ◦ blue 2

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

Shades of Green Waterloo #111502

Tints of Green Waterloo #111502

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 value IS 0.19

 M value IS 0

 Y value IS 0.90

 K value IS 0.92

RGB Variations

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

Color information

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

RGB 17 21 2 -
CMYK 0.19 0 0.90 0.92
HSL 72.63º 0.83% 0.05% -
HSV(B) 72.63º 0.9% 0.08% -
XYZ 0.51 0.66 0.16 -
YUV 17.64 119.17 127.54 -
System Red Green Blue C M Y K H S L
Decimal 17 21 2 0.19 0 0.90 0.92 72.63 0.83 0.05
Hex 11 15 2 13 0 5A 5C 49 53 5
Octal 21 25 2 23 0 132 134 111 123 5
Binary 10001 10101 10 10011 0 1011010 1011100 1001001 1010011 101

Color Harmonies of #111502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111502

Black with #111502

Text Example


Text Example

White with #111502

Text Example


Text Example

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