Html Css Color HEX #112019 Dark Green

📋 copy color: '#112019'

red 17 ◦ green 32 ◦ blue 25

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

Shades of Dark Green #112019

Tints of Dark Green #112019

RGB

 RED value IS 17 (7.03% from 255) = 22.97%

 GREEN value IS 32 (12.89% from 255) = 43.24%

 BLUE value IS 25 (10.16% from 255) = 33.78%

R = 22.97%
G = 43.24%
B = 33.78%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.22

 K value IS 0.87

RGB Variations

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

Color information

#112019 (or 0x112019) is known color: Dark Green. HEX triplet: 11, 20 and 19. RGB value is (17,32,25). Sum of RGB (Red+Green+Blue) = 17+32+25=74 (9% of max value = 765). Red value is 17 (7.03% from 255 or 22.97% from 74); Green value is 32 (12.89% from 255 or 43.24% from 74); Blue value is 25 (10.16% from 255 or 33.78% from 74); Max value from RGB is 32 - color contains mainly: green. Hex color #112019 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112019 is #EEDFE6. Grayscale: #1A1A1A. Windows color (decimal): -15654887 or 1646609. OLE color: 1646609.

HSL color Cylindrical-coordinate representation of color #112019: hue angle of 152º degrees, saturation: 0.31, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #112019 is Cyan = 0.47, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.87.

Color convert

RGB 17 32 25 -
CMYK 0.47 0 0.22 0.87
HSL 152º 0.31% 0.1% -
HSV(B) 152º 0.47% 0.13% -
XYZ 0.92 1.22 1.11 -
YUV 26.72 127.03 121.07 -
System Red Green Blue C M Y K H S L
Decimal 17 32 25 0.47 0 0.22 0.87 152 0.31 0.1
Hex 11 20 19 2F 0 16 57 98 1F A
Octal 21 40 31 57 0 26 127 230 37 12
Binary 10001 100000 11001 101111 0 10110 1010111 10011000 11111 1010

Color Harmonies of #112019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112019

Black with #112019

Text Example


Text Example

White with #112019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112019; }

 p { color: rgb(17,32,25); }

 H1.HeaderClassName
 {
   color: #112019;
 }
 .AnyTagClassName
 {
   color: #112019;
 }
</style>

background-color css

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

 a { background-color: rgb(17,32,25); }

 div.DivClassName
 {
   background-color: #112019;
 }
 .BgClassName
 {
   background-color: #112019;
 }
</style>

border-color css

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

 span { border-color: rgb(17,32,25); }

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