Html Css Color HEX #112D25 Dark Green

📋 copy color: '#112D25'

red 17 ◦ green 45 ◦ blue 37

#112D25
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Green #112D25

Tints of Dark Green #112D25

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 value IS 0.62

 M value IS 0

 Y value IS 0.18

 K value IS 0.82

RGB Variations

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

Color information

#112D25 (or 0x112D25) is known color: 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

RGB 17 45 37 -
CMYK 0.62 0 0.18 0.82
HSL 162.86º 0.45% 0.12% -
HSV(B) 162.86º 0.62% 0.18% -
XYZ 1.5 2.13 2.08 -
YUV 35.72 128.72 114.65 -
System Red Green Blue C M Y K H S L
Decimal 17 45 37 0.62 0 0.18 0.82 162.86 0.45 0.12
Hex 11 2D 25 3E 0 12 52 A3 2D C
Octal 21 55 45 76 0 22 122 243 55 14
Binary 10001 101101 100101 111110 0 10010 1010010 10100011 101101 1100

Color Harmonies of #112D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112D25

Black with #112D25

Text Example


Text Example

White with #112D25

Text Example


Text Example

HTML Codes & Css Web 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>