#131F1E

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

Shades of Racing Green #131F1E

Tints of Racing Green #131F1E

Color information

#131F1E (or 0x131F1E) is unknown color: approx Racing Green. HEX triplet: 13, 1F and 1E. RGB value is (19,31,30). Sum of RGB (Red+Green+Blue) = 19+31+30=80 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.75% from 80); Green value is 31 (12.5% from 255 or 38.75% from 80); Blue value is 30 (12.11% from 255 or 37.5% from 80); Max value from RGB is 31 - color contains mainly: green. Hex color #131F1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131F1E is #ECE0E1. Grayscale: #1B1B1B. Windows color (decimal): -15524066 or 1974035. OLE color: 1974035.

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

Color convert

RGB193130-
CMYK0.3900.030.88
HSL175º24%9.8%-
HSV(B)175º38.71%12.16%-
XYZ0.991.211.41-
YUV27.3129.52122.08-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 23.75%
GREEN value IS 31 (12.5% from 255) = 38.75%
BLUE value IS 30 (12.11% from 255) = 37.5%
R=23.75%
G=38.75%
B=37.5%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1931300.3900.030.88175249.8
Hex131F1E270358af18a
Octal23373647031302573012
Binary100111111111110100111011101100010101111110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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