#11120E

Color #11120E Rangoon Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rangoon Green #11120E

Tints of Rangoon Green #11120E

Color information

#11120E (or 0x11120E) is unknown color: approx 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.13, 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

RGB171814-
CMYK0.0600.220.93
HSL75º12.5%6.27%-
HSV(B)75º22.22%7.06%-
XYZ0.530.580.5-
YUV17.24126.17127.83-

RGB Variations

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

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 (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1718140.0600.220.937512.56.27
Hex1112E60165D4bd6
Octal2122166026135113156
Binary10001100101110110010110101110110010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11120E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>