Html Css Color HEX #14201C Dark Green

📋 copy color: '#14201C'

red 20 ◦ green 32 ◦ blue 28

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

Shades of Dark Green #14201C

Tints of Dark Green #14201C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 40%

 BLUE value IS 28 (11.33% from 255) = 35%

R = 25%
G = 40%
B = 35%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.12

 K value IS 0.87

RGB Variations

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

Color information

#14201C (or 0x14201C) is known color: Dark Green. HEX triplet: 14, 20 and 1C. RGB value is (20,32,28). Sum of RGB (Red+Green+Blue) = 20+32+28=80 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25% from 80); Green value is 32 (12.89% from 255 or 40% from 80); Blue value is 28 (11.33% from 255 or 35% from 80); Max value from RGB is 32 - color contains mainly: green. Hex color #14201C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14201C is #EBDFE3. Grayscale: #1B1B1B. Windows color (decimal): -15458276 or 1843220. OLE color: 1843220.

HSL color Cylindrical-coordinate representation of color #14201C: hue angle of 160º degrees, saturation: 0.23, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #14201C is Cyan = 0.37, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.87.

Color convert

RGB 20 32 28 -
CMYK 0.37 0 0.12 0.87
HSL 160º 0.23% 0.1% -
HSV(B) 160º 0.38% 0.13% -
XYZ 1.01 1.27 1.29 -
YUV 27.96 128.02 122.33 -
System Red Green Blue C M Y K H S L
Decimal 20 32 28 0.37 0 0.12 0.87 160 0.23 0.1
Hex 14 20 1C 25 0 C 57 A0 17 A
Octal 24 40 34 45 0 14 127 240 27 12
Binary 10100 100000 11100 100101 0 1100 1010111 10100000 10111 1010

Color Harmonies of #14201C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14201C

Black with #14201C

Text Example


Text Example

White with #14201C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14201C; }

 p { color: rgb(20,32,28); }

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

background-color css

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

 a { background-color: rgb(20,32,28); }

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

border-color css

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

 span { border-color: rgb(20,32,28); }

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