Html Css Color HEX #13342E Racing Green

📋 copy color: '#13342E'

red 19 ◦ green 52 ◦ blue 46

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

Shades of Racing Green #13342E

Tints of Racing Green #13342E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 39.32%

R = 16.24%
G = 44.44%
B = 39.32%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.12

 K value IS 0.80

RGB Variations

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

Color information

#13342E (or 0x13342E) is known color: Racing Green. HEX triplet: 13, 34 and 2E. RGB value is (19,52,46). Sum of RGB (Red+Green+Blue) = 19+52+46=117 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.24% from 117); Green value is 52 (20.70% from 255 or 44.44% from 117); Blue value is 46 (18.36% from 255 or 39.32% from 117); Max value from RGB is 52 - color contains mainly: green. Hex color #13342E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13342E is #ECCBD1. Grayscale: #292929. Windows color (decimal): -15518674 or 3027987. OLE color: 3027987.

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

Color convert

RGB 19 52 46 -
CMYK 0.63 0 0.12 0.80
HSL 169.09º 0.46% 0.14% -
HSV(B) 169.09º 0.63% 0.2% -
XYZ 1.99 2.79 3.02 -
YUV 41.45 130.57 111.99 -
System Red Green Blue C M Y K H S L
Decimal 19 52 46 0.63 0 0.12 0.80 169.09 0.46 0.14
Hex 13 34 2E 3F 0 C 50 A9 2E E
Octal 23 64 56 77 0 14 120 251 56 16
Binary 10011 110100 101110 111111 0 1100 1010000 10101001 101110 1110

Color Harmonies of #13342E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13342E

Black with #13342E

Text Example


Text Example

White with #13342E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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