#112D24

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

Shades of Dark Green #112D24

Tints of Dark Green #112D24

Color information

#112D24 (or 0x112D24) is unknown color: approx Dark Green. HEX triplet: 11, 2D and 24. RGB value is (17,45,36). Sum of RGB (Red+Green+Blue) = 17+45+36=98 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.35% from 98); Green value is 45 (17.97% from 255 or 45.92% from 98); Blue value is 36 (14.45% from 255 or 36.73% from 98); Max value from RGB is 45 - color contains mainly: green. Hex color #112D24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112D24 is #EED2DB. Grayscale: #232323. Windows color (decimal): -15651548 or 2370833. OLE color: 2370833.

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

Color convert

RGB174536-
CMYK0.6200.20.82
HSL160.71º45.16%12.16%-
HSV(B)160.71º62.22%17.65%-
XYZ1.492.122-
YUV35.6128.22114.73-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 17.35%
GREEN value IS 45 (17.97% from 255) = 45.92%
BLUE value IS 36 (14.45% from 255) = 36.73%
R=17.35%
G=45.92%
B=36.73%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1745360.6200.20.82160.7145.1612.16
Hex112D243E01452a12dc
Octal215544760241222415514
Binary100011011011001001111100101001010010101000011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112D24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,45,36); }

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

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

 a { background-color: rgb(17,45,36); }

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

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

 span { border-color: rgb(17,45,36); }

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