#131E1D

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

Shades of Racing Green #131E1D

Tints of Racing Green #131E1D

Color information

#131E1D (or 0x131E1D) is unknown color: approx Racing Green. HEX triplet: 13, 1E and 1D. RGB value is (19,30,29). Sum of RGB (Red+Green+Blue) = 19+30+29=78 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.36% from 78); Green value is 30 (12.11% from 255 or 38.46% from 78); Blue value is 29 (11.72% from 255 or 37.18% from 78); Max value from RGB is 30 - color contains mainly: green. Hex color #131E1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131E1D is #ECE1E2. Grayscale: #1A1A1A. Windows color (decimal): -15524323 or 1908243. OLE color: 1908243.

HSL color Cylindrical-coordinate representation of color #131E1D: 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.37%. Process color model (Four color, CMYK) of #131E1D is Cyan = 0.37, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.88.

Color convert

RGB193029-
CMYK0.3700.030.88
HSL174.55º22.45%9.61%-
HSV(B)174.55º36.67%11.76%-
XYZ0.951.161.34-
YUV26.6129.36122.58-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 24.36%
GREEN value IS 30 (12.11% from 255) = 38.46%
BLUE value IS 29 (11.72% from 255) = 37.18%
R=24.36%
G=38.46%
B=37.18%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1930290.3700.030.88174.5522.459.61
Hex131E1D250358af16a
Octal23363545031302572612
Binary100111111011101100101011101100010101111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131E1D; }

 p { color: rgb(19,30,29); }

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

<style>
 a { background-color: #131E1D; }

 a { background-color: rgb(19,30,29); }

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

<style>
 span { border-color: #131E1D; }

 span { border-color: rgb(19,30,29); }

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