Html Css Color HEX #11120A Green Waterloo

📋 copy color: '#11120A'

red 17 ◦ green 18 ◦ blue 10

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

Shades of Green Waterloo #11120A

Tints of Green Waterloo #11120A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 22.22%

R = 37.78%
G = 40%
B = 22.22%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.44

 K value IS 0.93

RGB Variations

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

Color information

#11120A (or 0x11120A) is known color: Green Waterloo. HEX triplet: 11, 12 and 0A. RGB value is (17,18,10). Sum of RGB (Red+Green+Blue) = 17+18+10=45 (5% of max value = 765). Red value is 17 (7.03% from 255 or 37.78% from 45); Green value is 18 (7.42% from 255 or 40% from 45); Blue value is 10 (4.30% from 255 or 22.22% from 45); Max value from RGB is 18 - color contains mainly: green. Hex color #11120A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #11120A is #EEEDF5. Grayscale: #101010. Windows color (decimal): -15658486 or 659985. OLE color: 659985.

HSL color Cylindrical-coordinate representation of color #11120A: hue angle of 67.5º degrees, saturation: 0.29, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #11120A is Cyan = 0.06, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.93.

Color convert

RGB 17 18 10 -
CMYK 0.06 0 0.44 0.93
HSL 67.5º 0.29% 0.05% -
HSV(B) 67.5º 0.44% 0.07% -
XYZ 0.5 0.57 0.37 -
YUV 16.79 124.17 128.15 -
System Red Green Blue C M Y K H S L
Decimal 17 18 10 0.06 0 0.44 0.93 67.5 0.29 0.05
Hex 11 12 A 6 0 2C 5D 44 1D 5
Octal 21 22 12 6 0 54 135 104 35 5
Binary 10001 10010 1010 110 0 101100 1011101 1000100 11101 101

Color Harmonies of #11120A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11120A

Black with #11120A

Text Example


Text Example

White with #11120A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11120A; }

 p { color: rgb(17,18,10); }

 H1.HeaderClassName
 {
   color: #11120A;
 }
 .AnyTagClassName
 {
   color: #11120A;
 }
</style>

background-color css

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

 a { background-color: rgb(17,18,10); }

 div.DivClassName
 {
   background-color: #11120A;
 }
 .BgClassName
 {
   background-color: #11120A;
 }
</style>

border-color css

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

 span { border-color: rgb(17,18,10); }

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