#112821

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

Shades of Dark Green #112821

Tints of Dark Green #112821

Color information

#112821 (or 0x112821) is unknown color: approx 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

RGB174033-
CMYK0.5700.170.84
HSL161.74º40.35%11.18%-
HSV(B)161.74º57.5%15.69%-
XYZ1.261.751.71-
YUV32.32128.38117.07-

RGB Variations

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

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 (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1740330.5700.170.84161.7440.3511.18
Hex1128213901154a228b
Octal215041710211242425013
Binary100011010001000011110010100011010100101000101010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>