Html Css Color HEX #13342C Racing Green

📋 copy color: '#13342C'

red 19 ◦ green 52 ◦ blue 44

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

Shades of Racing Green #13342C

Tints of Racing Green #13342C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 38.26%

R = 16.52%
G = 45.22%
B = 38.26%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.15

 K value IS 0.80

RGB Variations

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

Color information

#13342C (or 0x13342C) is known color: Racing Green. HEX triplet: 13, 34 and 2C. RGB value is (19,52,44). Sum of RGB (Red+Green+Blue) = 19+52+44=115 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.52% from 115); Green value is 52 (20.70% from 255 or 45.22% from 115); Blue value is 44 (17.58% from 255 or 38.26% from 115); Max value from RGB is 52 - color contains mainly: green. Hex color #13342C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13342C is #ECCBD3. Grayscale: #292929. Windows color (decimal): -15518676 or 2896915. OLE color: 2896915.

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

Color convert

RGB 19 52 44 -
CMYK 0.63 0 0.15 0.80
HSL 165.45º 0.46% 0.14% -
HSV(B) 165.45º 0.63% 0.2% -
XYZ 1.95 2.78 2.82 -
YUV 41.22 129.57 112.15 -
System Red Green Blue C M Y K H S L
Decimal 19 52 44 0.63 0 0.15 0.80 165.45 0.46 0.14
Hex 13 34 2C 3F 0 F 50 A5 2E E
Octal 23 64 54 77 0 17 120 245 56 16
Binary 10011 110100 101100 111111 0 1111 1010000 10100101 101110 1110

Color Harmonies of #13342C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13342C

Black with #13342C

Text Example


Text Example

White with #13342C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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