Html Css Color HEX #14221D Dark Green

📋 copy color: '#14221D'

red 20 ◦ green 34 ◦ blue 29

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

Shades of Dark Green #14221D

Tints of Dark Green #14221D

RGB

 RED value IS 20 (8.2% from 255) = 24.1%

 GREEN value IS 34 (13.67% from 255) = 40.96%

 BLUE value IS 29 (11.72% from 255) = 34.94%

R = 24.1%
G = 40.96%
B = 34.94%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.15

 K value IS 0.87

RGB Variations

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

Color information

#14221D (or 0x14221D) is known color: 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

RGB 20 34 29 -
CMYK 0.41 0 0.15 0.87
HSL 158.57º 0.26% 0.11% -
HSV(B) 158.57º 0.41% 0.13% -
XYZ 1.08 1.38 1.37 -
YUV 29.24 127.86 121.41 -
System Red Green Blue C M Y K H S L
Decimal 20 34 29 0.41 0 0.15 0.87 158.57 0.26 0.11
Hex 14 22 1D 29 0 F 57 9F 1A B
Octal 24 42 35 51 0 17 127 237 32 13
Binary 10100 100010 11101 101001 0 1111 1010111 10011111 11010 1011

Color Harmonies of #14221D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14221D

Black with #14221D

Text Example


Text Example

White with #14221D

Text Example


Text Example

HTML Codes & Css Web 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>