#112B22

Color #112B22 Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #112B22

Tints of Dark Green #112B22

Color information

#112B22 (or 0x112B22) is unknown color: approx Dark Green. HEX triplet: 11, 2B and 22. RGB value is (17,43,34). Sum of RGB (Red+Green+Blue) = 17+43+34=94 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.09% from 94); Green value is 43 (17.19% from 255 or 45.74% from 94); Blue value is 34 (13.67% from 255 or 36.17% from 94); Max value from RGB is 43 - color contains mainly: green. Hex color #112B22 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112B22 is #EED4DD. Grayscale: #222222. Windows color (decimal): -15652062 or 2239249. OLE color: 2239249.

HSL color Cylindrical-coordinate representation of color #112B22: hue angle of 159.23º degrees, saturation: 0.43, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #112B22 is Cyan = 0.60, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.83.

Color convert

RGB174334-
CMYK0.6000.210.83
HSL159.23º43.33%11.76%-
HSV(B)159.23º60.47%16.86%-
XYZ1.381.961.82-
YUV34.2127.89115.73-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 18.09%
GREEN value IS 43 (17.19% from 255) = 45.74%
BLUE value IS 34 (13.67% from 255) = 36.17%
R=18.09%
G=45.74%
B=36.17%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1743340.6000.210.83159.2343.3311.76
Hex112B223C015539f2bc
Octal215342740251232375314
Binary100011010111000101111000101011010011100111111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112B22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,43,34); }

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

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

 a { background-color: rgb(17,43,34); }

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

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

 span { border-color: rgb(17,43,34); }

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