#141A19

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

Shades of Racing Green #141A19

Tints of Racing Green #141A19

Color information

#141A19 (or 0x141A19) is unknown color: approx Racing Green. HEX triplet: 14, 1A and 19. RGB value is (20,26,25). Sum of RGB (Red+Green+Blue) = 20+26+25=71 (9% of max value = 765). Red value is 20 (8.20% from 255 or 28.17% from 71); Green value is 26 (10.55% from 255 or 36.62% from 71); Blue value is 25 (10.16% from 255 or 35.21% from 71); Max value from RGB is 26 - color contains mainly: green. Hex color #141A19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #141A19 is #EBE5E6. Grayscale: #181818. Windows color (decimal): -15459815 or 1645076. OLE color: 1645076.

HSL color Cylindrical-coordinate representation of color #141A19: hue angle of 170º degrees, saturation: 0.13, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #141A19 is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.90.

Color convert

RGB202625-
CMYK0.2300.040.90
HSL170º13.04%9.02%-
HSV(B)170º23.08%10.2%-
XYZ0.830.961.06-
YUV24.09128.51125.08-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 28.17%
GREEN value IS 26 (10.55% from 255) = 36.62%
BLUE value IS 25 (10.16% from 255) = 35.21%
R=28.17%
G=36.62%
B=35.21%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2026250.2300.040.9017013.049.02
Hex141A1917045Aaad9
Octal24323127041322521511
Binary10100110101100110111010010110101010101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141A19; }

 p { color: rgb(20,26,25); }

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

<style>
 a { background-color: #141A19; }

 a { background-color: rgb(20,26,25); }

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

<style>
 span { border-color: #141A19; }

 span { border-color: rgb(20,26,25); }

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