#141E1C

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

Shades of Racing Green #141E1C

Tints of Racing Green #141E1C

Color information

#141E1C (or 0x141E1C) is unknown color: approx Racing Green. HEX triplet: 14, 1E and 1C. RGB value is (20,30,28). Sum of RGB (Red+Green+Blue) = 20+30+28=78 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25.64% from 78); Green value is 30 (12.11% from 255 or 38.46% from 78); Blue value is 28 (11.33% from 255 or 35.90% from 78); Max value from RGB is 30 - color contains mainly: green. Hex color #141E1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141E1C is #EBE1E3. Grayscale: #1A1A1A. Windows color (decimal): -15458788 or 1842708. OLE color: 1842708.

HSL color Cylindrical-coordinate representation of color #141E1C: hue angle of 168º degrees, saturation: 0.2, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #141E1C is Cyan = 0.33, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.88.

Color convert

RGB203028-
CMYK0.3300.070.88
HSL168º20%9.8%-
HSV(B)168º33.33%11.76%-
XYZ0.961.161.27-
YUV26.78128.69123.16-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 25.64%
GREEN value IS 30 (12.11% from 255) = 38.46%
BLUE value IS 28 (11.33% from 255) = 35.90%
R=25.64%
G=38.46%
B=35.90%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2030280.3300.070.88168209.8
Hex141E1C210758a814a
Octal24363441071302502412
Binary1010011110111001000010111101100010101000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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