#14211D

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

Shades of Racing Green #14211D

Tints of Racing Green #14211D

Color information

#14211D (or 0x14211D) is unknown color: approx Racing Green. HEX triplet: 14, 21 and 1D. RGB value is (20,33,29). Sum of RGB (Red+Green+Blue) = 20+33+29=82 (10% of max value = 765). Red value is 20 (8.20% from 255 or 24.39% from 82); Green value is 33 (13.28% from 255 or 40.24% from 82); Blue value is 29 (11.72% from 255 or 35.37% from 82); Max value from RGB is 33 - color contains mainly: green. Hex color #14211D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14211D is #EBDEE2. Grayscale: #1C1C1C. Windows color (decimal): -15458019 or 1909012. OLE color: 1909012.

HSL color Cylindrical-coordinate representation of color #14211D: hue angle of 161.54º degrees, saturation: 0.25, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #14211D is Cyan = 0.39, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.87.

Color convert

RGB203329-
CMYK0.3900.120.87
HSL161.54º24.53%10.39%-
HSV(B)161.54º39.39%12.94%-
XYZ1.051.331.36-
YUV28.66128.19121.83-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 24.39%
GREEN value IS 33 (13.28% from 255) = 40.24%
BLUE value IS 29 (11.72% from 255) = 35.37%
R=24.39%
G=40.24%
B=35.37%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2033290.3900.120.87161.5424.5310.39
Hex14211D270C57a219a
Octal244135470141272423112
Binary101001000011110110011101100101011110100010110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14211D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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