#112E14

Color #112E14 Black Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Bean #112E14

Tints of Black Bean #112E14

Color information

#112E14 (or 0x112E14) is unknown color: approx Black Bean. HEX triplet: 11, 2E and 14. RGB value is (17,46,20). Sum of RGB (Red+Green+Blue) = 17+46+20=83 (10% of max value = 765). Red value is 17 (7.03% from 255 or 20.48% from 83); Green value is 46 (18.36% from 255 or 55.42% from 83); Blue value is 20 (8.20% from 255 or 24.10% from 83); Max value from RGB is 46 - color contains mainly: green. Hex color #112E14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112E14 is #EED1EB. Grayscale: #222222. Windows color (decimal): -15651308 or 1322513. OLE color: 1322513.

HSL color Cylindrical-coordinate representation of color #112E14: hue angle of 126.21º degrees, saturation: 0.46, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #112E14 is Cyan = 0.63, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.82.

Color convert

RGB174620-
CMYK0.6300.570.82
HSL126.21º46.03%12.35%-
HSV(B)126.21º63.04%18.04%-
XYZ1.332.121-
YUV34.36119.89115.61-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 20.48%
GREEN value IS 46 (18.36% from 255) = 55.42%
BLUE value IS 20 (8.20% from 255) = 24.10%
R=20.48%
G=55.42%
B=24.10%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1746200.6300.570.82126.2146.0312.35
Hex112E143F039527e2ec
Octal215624770711221765614
Binary10001101110101001111110111001101001011111101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112E14; }

 p { color: rgb(17,46,20); }

 H1.HeaderClassName
 {
   color: #112E14;
 }
 .AnyTagClassName
 {
   color: #112E14;
 }
</style>
background-color css

<style>
 a { background-color: #112E14; }

 a { background-color: rgb(17,46,20); }

 div.DivClassName
 {
   background-color: #112E14;
 }
 .BgClassName
 {
   background-color: #112E14;
 }
</style>
border-color css

<style>
 span { border-color: #112E14; }

 span { border-color: rgb(17,46,20); }

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