#112D25

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

Shades of Dark Green #112D25

Tints of Dark Green #112D25

Color information

#112D25 (or 0x112D25) is unknown color: approx Dark Green. HEX triplet: 11, 2D and 25. RGB value is (17,45,37). Sum of RGB (Red+Green+Blue) = 17+45+37=99 (13% of max value = 765). Red value is 17 (7.03% from 255 or 17.17% from 99); Green value is 45 (17.97% from 255 or 45.45% from 99); Blue value is 37 (14.84% from 255 or 37.37% from 99); Max value from RGB is 45 - color contains mainly: green. Hex color #112D25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112D25 is #EED2DA. Grayscale: #232323. Windows color (decimal): -15651547 or 2436369. OLE color: 2436369.

HSL color Cylindrical-coordinate representation of color #112D25: hue angle of 162.86º 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 #112D25 is Cyan = 0.62, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.82.

Color convert

RGB174537-
CMYK0.6200.180.82
HSL162.86º45.16%12.16%-
HSV(B)162.86º62.22%17.65%-
XYZ1.52.132.08-
YUV35.72128.72114.65-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 17.17%
GREEN value IS 45 (17.97% from 255) = 45.45%
BLUE value IS 37 (14.84% from 255) = 37.37%
R=17.17%
G=45.45%
B=37.37%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1745370.6200.180.82162.8645.1612.16
Hex112D253E01252a32dc
Octal215545760221222435514
Binary100011011011001011111100100101010010101000111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112D25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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