#14221E

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

Shades of Racing Green #14221E

Tints of Racing Green #14221E

Color information

#14221E (or 0x14221E) is unknown color: approx Racing Green. HEX triplet: 14, 22 and 1E. RGB value is (20,34,30). Sum of RGB (Red+Green+Blue) = 20+34+30=84 (11% of max value = 765). Red value is 20 (8.20% from 255 or 23.81% from 84); Green value is 34 (13.67% from 255 or 40.48% from 84); Blue value is 30 (12.11% from 255 or 35.71% from 84); Max value from RGB is 34 - color contains mainly: green. Hex color #14221E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14221E is #EBDDE1. Grayscale: #1D1D1D. Windows color (decimal): -15457762 or 1974804. OLE color: 1974804.

HSL color Cylindrical-coordinate representation of color #14221E: hue angle of 162.86º 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 #14221E is Cyan = 0.41, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.87.

Color convert

RGB203430-
CMYK0.4100.120.87
HSL162.86º25.93%10.59%-
HSV(B)162.86º41.18%13.33%-
XYZ1.091.391.44-
YUV29.36128.36121.33-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 23.81%
GREEN value IS 34 (13.67% from 255) = 40.48%
BLUE value IS 30 (12.11% from 255) = 35.71%
R=23.81%
G=40.48%
B=35.71%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2034300.4100.120.87162.8625.9310.59
Hex14221E290C57a31ab
Octal244236510141272433213
Binary101001000101111010100101100101011110100011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14221E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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