Html Css Color HEX #112821 Dark Green

📋 copy color: '#112821'

red 17 ◦ green 40 ◦ blue 33

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

Shades of Dark Green #112821

Tints of Dark Green #112821

RGB

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

 GREEN value IS 40 (16.02% from 255) = 44.44%

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

R = 18.89%
G = 44.44%
B = 36.67%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.17

 K value IS 0.84

RGB Variations

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

Color information

#112821 (or 0x112821) is known color: Dark Green. HEX triplet: 11, 28 and 21. RGB value is (17,40,33). Sum of RGB (Red+Green+Blue) = 17+40+33=90 (11% of max value = 765). Red value is 17 (7.03% from 255 or 18.89% from 90); Green value is 40 (16.02% from 255 or 44.44% from 90); Blue value is 33 (13.28% from 255 or 36.67% from 90); Max value from RGB is 40 - color contains mainly: green. Hex color #112821 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112821 is #EED7DE. Grayscale: #202020. Windows color (decimal): -15652831 or 2172945. OLE color: 2172945.

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

Color convert

RGB 17 40 33 -
CMYK 0.57 0 0.17 0.84
HSL 161.74º 0.4% 0.11% -
HSV(B) 161.74º 0.58% 0.16% -
XYZ 1.26 1.75 1.71 -
YUV 32.33 128.38 117.07 -
System Red Green Blue C M Y K H S L
Decimal 17 40 33 0.57 0 0.17 0.84 161.74 0.4 0.11
Hex 11 28 21 39 0 11 54 A2 28 B
Octal 21 50 41 71 0 21 124 242 50 13
Binary 10001 101000 100001 111001 0 10001 1010100 10100010 101000 1011

Color Harmonies of #112821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112821

Black with #112821

Text Example


Text Example

White with #112821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112821; }

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

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

background-color css

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

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

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

border-color css

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

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

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