#131F1C

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

Shades of Racing Green #131F1C

Tints of Racing Green #131F1C

Color information

#131F1C (or 0x131F1C) is unknown color: approx Racing Green. HEX triplet: 13, 1F and 1C. RGB value is (19,31,28). Sum of RGB (Red+Green+Blue) = 19+31+28=78 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.36% from 78); Green value is 31 (12.5% from 255 or 39.74% from 78); Blue value is 28 (11.33% from 255 or 35.90% from 78); Max value from RGB is 31 - color contains mainly: green. Hex color #131F1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131F1C is #ECE0E3. Grayscale: #1B1B1B. Windows color (decimal): -15524068 or 1842963. OLE color: 1842963.

HSL color Cylindrical-coordinate representation of color #131F1C: hue angle of 165º degrees, saturation: 0.24, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #131F1C is Cyan = 0.39, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.88.

Color convert

RGB193128-
CMYK0.3900.100.88
HSL165º24%9.8%-
HSV(B)165º38.71%12.16%-
XYZ0.971.21.28-
YUV27.07128.52122.24-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 24.36%
GREEN value IS 31 (12.5% from 255) = 39.74%
BLUE value IS 28 (11.33% from 255) = 35.90%
R=24.36%
G=39.74%
B=35.90%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1931280.3900.100.88165249.8
Hex131F1C270A58a518a
Octal233734470121302453012
Binary10011111111110010011101010101100010100101110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131F1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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