#141B1A

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

Shades of Racing Green #141B1A

Tints of Racing Green #141B1A

Color information

#141B1A (or 0x141B1A) is unknown color: approx Racing Green. HEX triplet: 14, 1B and 1A. RGB value is (20,27,26). Sum of RGB (Red+Green+Blue) = 20+27+26=73 (9% of max value = 765). Red value is 20 (8.20% from 255 or 27.40% from 73); Green value is 27 (10.94% from 255 or 36.99% from 73); Blue value is 26 (10.55% from 255 or 35.62% from 73); Max value from RGB is 27 - color contains mainly: green. Hex color #141B1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141B1A is #EBE4E5. Grayscale: #181818. Windows color (decimal): -15459558 or 1710868. OLE color: 1710868.

HSL color Cylindrical-coordinate representation of color #141B1A: hue angle of 171.43º degrees, saturation: 0.15, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #141B1A is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.89.

Color convert

RGB202726-
CMYK0.2600.040.89
HSL171.43º14.89%9.22%-
HSV(B)171.43º25.93%10.59%-
XYZ0.871.011.13-
YUV24.79128.68124.58-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 27.40%
GREEN value IS 27 (10.94% from 255) = 36.99%
BLUE value IS 26 (10.55% from 255) = 35.62%
R=27.40%
G=36.99%
B=35.62%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2027260.2600.040.89171.4314.899.22
Hex141B1A1A0459abf9
Octal24333232041312531711
Binary10100110111101011010010010110011010101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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