#141C1B

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

Shades of Racing Green #141C1B

Tints of Racing Green #141C1B

Color information

#141C1B (or 0x141C1B) is unknown color: approx Racing Green. HEX triplet: 14, 1C and 1B. RGB value is (20,28,27). Sum of RGB (Red+Green+Blue) = 20+28+27=75 (9% of max value = 765). Red value is 20 (8.20% from 255 or 26.67% from 75); Green value is 28 (11.33% from 255 or 37.33% from 75); Blue value is 27 (10.94% from 255 or 36% from 75); Max value from RGB is 28 - color contains mainly: green. Hex color #141C1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141C1B is #EBE3E4. Grayscale: #191919. Windows color (decimal): -15459301 or 1776660. OLE color: 1776660.

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

Color convert

RGB202827-
CMYK0.2900.040.89
HSL172.5º16.67%9.41%-
HSV(B)172.5º28.57%10.98%-
XYZ0.91.061.19-
YUV25.49128.85124.08-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 26.67%
GREEN value IS 28 (11.33% from 255) = 37.33%
BLUE value IS 27 (10.94% from 255) = 36%
R=26.67%
G=37.33%
B=36%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2028270.2900.040.89172.516.679.41
Hex141C1B1D0459ac119
Octal24343335041312542111
Binary101001110011011111010100101100110101100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141C1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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