Html Css Color HEX #11120E Rangoon Green

📋 copy color: '#11120E'

red 17 ◦ green 18 ◦ blue 14

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

Shades of Rangoon Green #11120E

Tints of Rangoon Green #11120E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 28.57%

R = 34.69%
G = 36.73%
B = 28.57%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.22

 K value IS 0.93

RGB Variations

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

Color information

#11120E (or 0x11120E) is known color: Rangoon Green. HEX triplet: 11, 12 and 0E. RGB value is (17,18,14). Sum of RGB (Red+Green+Blue) = 17+18+14=49 (6% of max value = 765). Red value is 17 (7.03% from 255 or 34.69% from 49); Green value is 18 (7.42% from 255 or 36.73% from 49); Blue value is 14 (5.86% from 255 or 28.57% from 49); Max value from RGB is 18 - color contains mainly: green. Hex color #11120E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #11120E is #EEEDF1. Grayscale: #111111. Windows color (decimal): -15658482 or 922129. OLE color: 922129.

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

Color convert

RGB 17 18 14 -
CMYK 0.06 0 0.22 0.93
HSL 75º 0.13% 0.06% -
HSV(B) 75º 0.22% 0.07% -
XYZ 0.53 0.58 0.5 -
YUV 17.25 126.17 127.83 -
System Red Green Blue C M Y K H S L
Decimal 17 18 14 0.06 0 0.22 0.93 75 0.13 0.06
Hex 11 12 E 6 0 16 5D 4B C 6
Octal 21 22 16 6 0 26 135 113 14 6
Binary 10001 10010 1110 110 0 10110 1011101 1001011 1100 110

Color Harmonies of #11120E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11120E

Black with #11120E

Text Example


Text Example

White with #11120E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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