Html Css Color HEX #13342F Racing Green

📋 copy color: '#13342F'

red 19 ◦ green 52 ◦ blue 47

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

Shades of Racing Green #13342F

Tints of Racing Green #13342F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 39.83%

R = 16.1%
G = 44.07%
B = 39.83%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.10

 K value IS 0.80

RGB Variations

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

Color information

#13342F (or 0x13342F) is known color: Racing Green. HEX triplet: 13, 34 and 2F. RGB value is (19,52,47). Sum of RGB (Red+Green+Blue) = 19+52+47=118 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.10% from 118); Green value is 52 (20.70% from 255 or 44.07% from 118); Blue value is 47 (18.75% from 255 or 39.83% from 118); Max value from RGB is 52 - color contains mainly: green. Hex color #13342F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13342F is #ECCBD0. Grayscale: #292929. Windows color (decimal): -15518673 or 3093523. OLE color: 3093523.

HSL color Cylindrical-coordinate representation of color #13342F: hue angle of 170.91º 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 #13342F is Cyan = 0.63, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.80.

Color convert

RGB 19 52 47 -
CMYK 0.63 0 0.10 0.80
HSL 170.91º 0.46% 0.14% -
HSV(B) 170.91º 0.63% 0.2% -
XYZ 2.01 2.8 3.12 -
YUV 41.56 131.07 111.91 -
System Red Green Blue C M Y K H S L
Decimal 19 52 47 0.63 0 0.10 0.80 170.91 0.46 0.14
Hex 13 34 2F 3F 0 A 50 AB 2E E
Octal 23 64 57 77 0 12 120 253 56 16
Binary 10011 110100 101111 111111 0 1010 1010000 10101011 101110 1110

Color Harmonies of #13342F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13342F

Black with #13342F

Text Example


Text Example

White with #13342F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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