#14201C

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

Shades of Dark Green #14201C

Tints of Dark Green #14201C

Color information

#14201C (or 0x14201C) is unknown color: approx 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

RGB203228-
CMYK0.3700.120.87
HSL160º23.08%10.2%-
HSV(B)160º37.5%12.55%-
XYZ1.011.271.29-
YUV27.96128.02122.33-

RGB Variations

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

RGB

RED value IS 20 (8.20% 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 (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2032280.3700.120.8716023.0810.2
Hex14201C250C57a017a
Octal244034450141272402712
Binary101001000001110010010101100101011110100000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14201C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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