#141F1D

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

Shades of Racing Green #141F1D

Tints of Racing Green #141F1D

Color information

#141F1D (or 0x141F1D) is unknown color: approx Racing Green. HEX triplet: 14, 1F and 1D. RGB value is (20,31,29). Sum of RGB (Red+Green+Blue) = 20+31+29=80 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25% from 80); Green value is 31 (12.5% from 255 or 38.75% from 80); Blue value is 29 (11.72% from 255 or 36.25% from 80); Max value from RGB is 31 - color contains mainly: green. Hex color #141F1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141F1D is #EBE0E2. Grayscale: #1B1B1B. Windows color (decimal): -15458531 or 1908500. OLE color: 1908500.

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

Color convert

RGB203129-
CMYK0.3500.060.88
HSL169.09º21.57%10%-
HSV(B)169.09º35.48%12.16%-
XYZ11.221.34-
YUV27.48128.86122.66-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 25%
GREEN value IS 31 (12.5% from 255) = 38.75%
BLUE value IS 29 (11.72% from 255) = 36.25%
R=25%
G=38.75%
B=36.25%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2031290.3500.060.88169.0921.5710
Hex141F1D230658a916a
Octal24373543061302512612
Binary1010011111111011000110110101100010101001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141F1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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