#131D1C

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

Shades of Racing Green #131D1C

Tints of Racing Green #131D1C

Color information

#131D1C (or 0x131D1C) is unknown color: approx Racing Green. HEX triplet: 13, 1D and 1C. RGB value is (19,29,28). Sum of RGB (Red+Green+Blue) = 19+29+28=76 (10% of max value = 765). Red value is 19 (7.81% from 255 or 25% from 76); Green value is 29 (11.72% from 255 or 38.16% from 76); Blue value is 28 (11.33% from 255 or 36.84% from 76); Max value from RGB is 29 - color contains mainly: green. Hex color #131D1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131D1C is #ECE2E3. Grayscale: #191919. Windows color (decimal): -15524580 or 1842451. OLE color: 1842451.

HSL color Cylindrical-coordinate representation of color #131D1C: hue angle of 174º degrees, saturation: 0.21, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #131D1C is Cyan = 0.34, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.89.

Color convert

RGB192928-
CMYK0.3400.030.89
HSL174º20.83%9.41%-
HSV(B)174º34.48%11.37%-
XYZ0.921.11.26-
YUV25.9129.19123.08-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 25%
GREEN value IS 29 (11.72% from 255) = 38.16%
BLUE value IS 28 (11.33% from 255) = 36.84%
R=25%
G=38.16%
B=36.84%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1929280.3400.030.8917420.839.41
Hex131D1C220359ae159
Octal23353442031312562511
Binary100111110111100100010011101100110101110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131D1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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