Html Css Color HEX #112921 Dark Green

📋 copy color: '#112921'

red 17 ◦ green 41 ◦ blue 33

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

Shades of Dark Green #112921

Tints of Dark Green #112921

RGB

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

 GREEN value IS 41 (16.41% from 255) = 45.05%

 BLUE value IS 33 (13.28% from 255) = 36.26%

R = 18.68%
G = 45.05%
B = 36.26%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.20

 K value IS 0.84

RGB Variations

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

Color information

#112921 (or 0x112921) is known color: Dark Green. HEX triplet: 11, 29 and 21. RGB value is (17,41,33). Sum of RGB (Red+Green+Blue) = 17+41+33=91 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.68% from 91); Green value is 41 (16.41% from 255 or 45.05% from 91); Blue value is 33 (13.28% from 255 or 36.26% from 91); Max value from RGB is 41 - color contains mainly: green. Hex color #112921 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112921 is #EED6DE. Grayscale: #202020. Windows color (decimal): -15652575 or 2173201. OLE color: 2173201.

HSL color Cylindrical-coordinate representation of color #112921: hue angle of 160º degrees, saturation: 0.41, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #112921 is Cyan = 0.59, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.84.

Color convert

RGB 17 41 33 -
CMYK 0.59 0 0.20 0.84
HSL 160º 0.41% 0.11% -
HSV(B) 160º 0.59% 0.16% -
XYZ 1.3 1.81 1.72 -
YUV 32.91 128.05 116.65 -
System Red Green Blue C M Y K H S L
Decimal 17 41 33 0.59 0 0.20 0.84 160 0.41 0.11
Hex 11 29 21 3B 0 14 54 A0 29 B
Octal 21 51 41 73 0 24 124 240 51 13
Binary 10001 101001 100001 111011 0 10100 1010100 10100000 101001 1011

Color Harmonies of #112921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112921

Black with #112921

Text Example


Text Example

White with #112921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112921; }

 p { color: rgb(17,41,33); }

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

background-color css

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

 a { background-color: rgb(17,41,33); }

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

border-color css

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

 span { border-color: rgb(17,41,33); }

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