#14221D

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

Shades of Dark Green #14221D

Tints of Dark Green #14221D

Color information

#14221D (or 0x14221D) is unknown color: approx Dark Green. HEX triplet: 14, 22 and 1D. RGB value is (20,34,29). Sum of RGB (Red+Green+Blue) = 20+34+29=83 (10% of max value = 765). Red value is 20 (8.20% from 255 or 24.10% from 83); Green value is 34 (13.67% from 255 or 40.96% from 83); Blue value is 29 (11.72% from 255 or 34.94% from 83); Max value from RGB is 34 - color contains mainly: green. Hex color #14221D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14221D is #EBDDE2. Grayscale: #1D1D1D. Windows color (decimal): -15457763 or 1909268. OLE color: 1909268.

HSL color Cylindrical-coordinate representation of color #14221D: hue angle of 158.57º degrees, saturation: 0.26, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #14221D is Cyan = 0.41, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.87.

Color convert

RGB203429-
CMYK0.4100.150.87
HSL158.57º25.93%10.59%-
HSV(B)158.57º41.18%13.33%-
XYZ1.081.381.37-
YUV29.24127.86121.41-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 24.10%
GREEN value IS 34 (13.67% from 255) = 40.96%
BLUE value IS 29 (11.72% from 255) = 34.94%
R=24.10%
G=40.96%
B=34.94%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2034290.4100.150.87158.5725.9310.59
Hex14221D290F579f1ab
Octal244235510171272373213
Binary101001000101110110100101111101011110011111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14221D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14221D; }

 p { color: rgb(20,34,29); }

 H1.HeaderClassName
 {
   color: #14221D;
 }
 .AnyTagClassName
 {
   color: #14221D;
 }
</style>
background-color css

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

 a { background-color: rgb(20,34,29); }

 div.DivClassName
 {
   background-color: #14221D;
 }
 .BgClassName
 {
   background-color: #14221D;
 }
</style>
border-color css

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

 span { border-color: rgb(20,34,29); }

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