Html Css Color HEX #11120C Green Waterloo

📋 copy color: '#11120C'

red 17 ◦ green 18 ◦ blue 12

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

Shades of Green Waterloo #11120C

Tints of Green Waterloo #11120C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 38.3%

 BLUE value IS 12 (5.08% from 255) = 25.53%

R = 36.17%
G = 38.3%
B = 25.53%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.33

 K value IS 0.93

RGB Variations

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

Color information

#11120C (or 0x11120C) is known color: 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

RGB 17 18 12 -
CMYK 0.06 0 0.33 0.93
HSL 70º 0.2% 0.06% -
HSV(B) 70º 0.33% 0.07% -
XYZ 0.51 0.58 0.43 -
YUV 17.02 125.17 127.99 -
System Red Green Blue C M Y K H S L
Decimal 17 18 12 0.06 0 0.33 0.93 70 0.2 0.06
Hex 11 12 C 6 0 21 5D 46 14 6
Octal 21 22 14 6 0 41 135 106 24 6
Binary 10001 10010 1100 110 0 100001 1011101 1000110 10100 110

Color Harmonies of #11120C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11120C

Black with #11120C

Text Example


Text Example

White with #11120C

Text Example


Text Example

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