#131B1A

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

Shades of Racing Green #131B1A

Tints of Racing Green #131B1A

Color information

#131B1A (or 0x131B1A) is unknown color: approx Racing Green. HEX triplet: 13, 1B and 1A. RGB value is (19,27,26). Sum of RGB (Red+Green+Blue) = 19+27+26=72 (9% of max value = 765). Red value is 19 (7.81% from 255 or 26.39% from 72); Green value is 27 (10.94% from 255 or 37.5% from 72); Blue value is 26 (10.55% from 255 or 36.11% from 72); Max value from RGB is 27 - color contains mainly: green. Hex color #131B1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131B1A is #ECE4E5. Grayscale: #181818. Windows color (decimal): -15525094 or 1710867. OLE color: 1710867.

HSL color Cylindrical-coordinate representation of color #131B1A: hue angle of 172.5º degrees, saturation: 0.17, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #131B1A is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.89.

Color convert

RGB192726-
CMYK0.3000.040.89
HSL172.5º17.39%9.02%-
HSV(B)172.5º29.63%10.59%-
XYZ0.8511.13-
YUV24.49128.85124.08-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 26.39%
GREEN value IS 27 (10.94% from 255) = 37.5%
BLUE value IS 26 (10.55% from 255) = 36.11%
R=26.39%
G=37.5%
B=36.11%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1927260.3000.040.89172.517.399.02
Hex131B1A1E0459ac119
Octal23333236041312542111
Binary100111101111010111100100101100110101100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,27,26); }

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

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

 a { background-color: rgb(19,27,26); }

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

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

 span { border-color: rgb(19,27,26); }

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