Html Css Color HEX #13312A Racing Green

📋 copy color: '#13312A'

red 19 ◦ green 49 ◦ blue 42

#13312A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Racing Green #13312A

Tints of Racing Green #13312A

RGB

 RED value IS 19 (7.81% from 255) = 17.27%

 GREEN value IS 49 (19.53% from 255) = 44.55%

 BLUE value IS 42 (16.8% from 255) = 38.18%

R = 17.27%
G = 44.55%
B = 38.18%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.14

 K value IS 0.81

RGB Variations

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

Color information

#13312A (or 0x13312A) is known color: Racing Green. HEX triplet: 13, 31 and 2A. RGB value is (19,49,42). Sum of RGB (Red+Green+Blue) = 19+49+42=110 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.27% from 110); Green value is 49 (19.53% from 255 or 44.55% from 110); Blue value is 42 (16.80% from 255 or 38.18% from 110); Max value from RGB is 49 - color contains mainly: green. Hex color #13312A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13312A is #ECCED5. Grayscale: #272727. Windows color (decimal): -15519446 or 2765075. OLE color: 2765075.

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

Color convert

RGB 19 49 42 -
CMYK 0.61 0 0.14 0.81
HSL 166º 0.44% 0.13% -
HSV(B) 166º 0.61% 0.19% -
XYZ 1.78 2.5 2.58 -
YUV 39.23 129.56 113.57 -
System Red Green Blue C M Y K H S L
Decimal 19 49 42 0.61 0 0.14 0.81 166 0.44 0.13
Hex 13 31 2A 3D 0 E 51 A6 2C D
Octal 23 61 52 75 0 16 121 246 54 15
Binary 10011 110001 101010 111101 0 1110 1010001 10100110 101100 1101

Color Harmonies of #13312A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13312A

Black with #13312A

Text Example


Text Example

White with #13312A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #13312A;
 }
 .AnyTagClassName
 {
   color: #13312A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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