#13312C

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

Shades of Racing Green #13312C

Tints of Racing Green #13312C

Color information

#13312C (or 0x13312C) is unknown color: approx Racing Green. HEX triplet: 13, 31 and 2C. RGB value is (19,49,44). Sum of RGB (Red+Green+Blue) = 19+49+44=112 (14% of max value = 765). Red value is 19 (7.81% from 255 or 16.96% from 112); Green value is 49 (19.53% from 255 or 43.75% from 112); Blue value is 44 (17.58% from 255 or 39.29% from 112); Max value from RGB is 49 - color contains mainly: green. Hex color #13312C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13312C is #ECCED3. Grayscale: #272727. Windows color (decimal): -15519444 or 2896147. OLE color: 2896147.

HSL color Cylindrical-coordinate representation of color #13312C: hue angle of 170º degrees, saturation: 0.44, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #13312C is Cyan = 0.61, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.81.

Color convert

RGB194944-
CMYK0.6100.100.81
HSL170º44.12%13.33%-
HSV(B)170º61.22%19.22%-
XYZ1.822.522.77-
YUV39.46130.56113.41-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.96%
GREEN value IS 49 (19.53% from 255) = 43.75%
BLUE value IS 44 (17.58% from 255) = 39.29%
R=16.96%
G=43.75%
B=39.29%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1949440.6100.100.8117044.1213.33
Hex13312C3D0A51aa2cd
Octal236154750121212525415
Binary10011110001101100111101010101010001101010101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13312C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13312C; }

 p { color: rgb(19,49,44); }

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

<style>
 a { background-color: #13312C; }

 a { background-color: rgb(19,49,44); }

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

<style>
 span { border-color: #13312C; }

 span { border-color: rgb(19,49,44); }

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