Html Css Color HEX #13342A Racing Green

📋 copy color: '#13342A'

red 19 ◦ green 52 ◦ blue 42

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

Shades of Racing Green #13342A

Tints of Racing Green #13342A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 46.02%

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

R = 16.81%
G = 46.02%
B = 37.17%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.19

 K value IS 0.80

RGB Variations

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

Color information

#13342A (or 0x13342A) is known color: Racing Green. HEX triplet: 13, 34 and 2A. RGB value is (19,52,42). Sum of RGB (Red+Green+Blue) = 19+52+42=113 (14% of max value = 765). Red value is 19 (7.81% from 255 or 16.81% from 113); Green value is 52 (20.70% from 255 or 46.02% from 113); Blue value is 42 (16.80% from 255 or 37.17% from 113); Max value from RGB is 52 - color contains mainly: green. Hex color #13342A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13342A is #ECCBD5. Grayscale: #292929. Windows color (decimal): -15518678 or 2765843. OLE color: 2765843.

HSL color Cylindrical-coordinate representation of color #13342A: hue angle of 161.82º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #13342A is Cyan = 0.63, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.80.

Color convert

RGB 19 52 42 -
CMYK 0.63 0 0.19 0.80
HSL 161.82º 0.46% 0.14% -
HSV(B) 161.82º 0.63% 0.2% -
XYZ 1.91 2.76 2.62 -
YUV 40.99 128.57 112.31 -
System Red Green Blue C M Y K H S L
Decimal 19 52 42 0.63 0 0.19 0.80 161.82 0.46 0.14
Hex 13 34 2A 3F 0 13 50 A2 2E E
Octal 23 64 52 77 0 23 120 242 56 16
Binary 10011 110100 101010 111111 0 10011 1010000 10100010 101110 1110

Color Harmonies of #13342A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13342A

Black with #13342A

Text Example


Text Example

White with #13342A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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