#13312B

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

Shades of Racing Green #13312B

Tints of Racing Green #13312B

Color information

#13312B (or 0x13312B) is unknown color: approx Racing Green. HEX triplet: 13, 31 and 2B. RGB value is (19,49,43). Sum of RGB (Red+Green+Blue) = 19+49+43=111 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.12% from 111); Green value is 49 (19.53% from 255 or 44.14% from 111); Blue value is 43 (17.19% from 255 or 38.74% from 111); Max value from RGB is 49 - color contains mainly: green. Hex color #13312B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13312B is #ECCED4. Grayscale: #272727. Windows color (decimal): -15519445 or 2830611. OLE color: 2830611.

HSL color Cylindrical-coordinate representation of color #13312B: hue angle of 168º 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 #13312B is Cyan = 0.61, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.81.

Color convert

RGB194943-
CMYK0.6100.120.81
HSL168º44.12%13.33%-
HSV(B)168º61.22%19.22%-
XYZ1.82.512.67-
YUV39.35130.06113.49-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 17.12%
GREEN value IS 49 (19.53% from 255) = 44.14%
BLUE value IS 43 (17.19% from 255) = 38.74%
R=17.12%
G=44.14%
B=38.74%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1949430.6100.120.8116844.1213.33
Hex13312B3D0C51a82cd
Octal236153750141212505415
Binary10011110001101011111101011001010001101010001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13312B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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