#141F1E

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

Shades of Racing Green #141F1E

Tints of Racing Green #141F1E

Color information

#141F1E (or 0x141F1E) is unknown color: approx Racing Green. HEX triplet: 14, 1F and 1E. RGB value is (20,31,30). Sum of RGB (Red+Green+Blue) = 20+31+30=81 (10% of max value = 765). Red value is 20 (8.20% from 255 or 24.69% from 81); Green value is 31 (12.5% from 255 or 38.27% from 81); Blue value is 30 (12.11% from 255 or 37.04% from 81); Max value from RGB is 31 - color contains mainly: green. Hex color #141F1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141F1E is #EBE0E1. Grayscale: #1B1B1B. Windows color (decimal): -15458530 or 1974036. OLE color: 1974036.

HSL color Cylindrical-coordinate representation of color #141F1E: hue angle of 174.55º 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 #141F1E is Cyan = 0.35, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.88.

Color convert

RGB203130-
CMYK0.3500.030.88
HSL174.55º21.57%10%-
HSV(B)174.55º35.48%12.16%-
XYZ1.011.221.41-
YUV27.6129.36122.58-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 24.69%
GREEN value IS 31 (12.5% from 255) = 38.27%
BLUE value IS 30 (12.11% from 255) = 37.04%
R=24.69%
G=38.27%
B=37.04%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2031300.3500.030.88174.5521.5710
Hex141F1E230358af16a
Octal24373643031302572612
Binary101001111111110100011011101100010101111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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