#141D1B

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

Shades of Racing Green #141D1B

Tints of Racing Green #141D1B

Color information

#141D1B (or 0x141D1B) is unknown color: approx Racing Green. HEX triplet: 14, 1D and 1B. RGB value is (20,29,27). Sum of RGB (Red+Green+Blue) = 20+29+27=76 (10% of max value = 765). Red value is 20 (8.20% from 255 or 26.32% from 76); Green value is 29 (11.72% from 255 or 38.16% from 76); Blue value is 27 (10.94% from 255 or 35.53% from 76); Max value from RGB is 29 - color contains mainly: green. Hex color #141D1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141D1B is #EBE2E4. Grayscale: #1A1A1A. Windows color (decimal): -15459045 or 1776916. OLE color: 1776916.

HSL color Cylindrical-coordinate representation of color #141D1B: hue angle of 166.67º degrees, saturation: 0.18, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #141D1B is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.89.

Color convert

RGB202927-
CMYK0.3100.070.89
HSL166.67º18.37%9.61%-
HSV(B)166.67º31.03%11.37%-
XYZ0.931.111.2-
YUV26.08128.52123.66-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 26.32%
GREEN value IS 29 (11.72% from 255) = 38.16%
BLUE value IS 27 (10.94% from 255) = 35.53%
R=26.32%
G=38.16%
B=35.53%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2029270.3100.070.89166.6718.379.61
Hex141D1B1F0759a712a
Octal24353337071312472212
Binary101001110111011111110111101100110100111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141D1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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