Html Css Color HEX #13342B Racing Green

📋 copy color: '#13342B'

red 19 ◦ green 52 ◦ blue 43

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

Shades of Racing Green #13342B

Tints of Racing Green #13342B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 37.72%

R = 16.67%
G = 45.61%
B = 37.72%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.17

 K value IS 0.80

RGB Variations

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

Color information

#13342B (or 0x13342B) is known color: Racing Green. HEX triplet: 13, 34 and 2B. RGB value is (19,52,43). Sum of RGB (Red+Green+Blue) = 19+52+43=114 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.67% from 114); Green value is 52 (20.70% from 255 or 45.61% from 114); Blue value is 43 (17.19% from 255 or 37.72% from 114); Max value from RGB is 52 - color contains mainly: green. Hex color #13342B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13342B is #ECCBD4. Grayscale: #292929. Windows color (decimal): -15518677 or 2831379. OLE color: 2831379.

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

Color convert

RGB 19 52 43 -
CMYK 0.63 0 0.17 0.80
HSL 163.64º 0.46% 0.14% -
HSV(B) 163.64º 0.63% 0.2% -
XYZ 1.93 2.77 2.72 -
YUV 41.11 129.07 112.23 -
System Red Green Blue C M Y K H S L
Decimal 19 52 43 0.63 0 0.17 0.80 163.64 0.46 0.14
Hex 13 34 2B 3F 0 11 50 A4 2E E
Octal 23 64 53 77 0 21 120 244 56 16
Binary 10011 110100 101011 111111 0 10001 1010000 10100100 101110 1110

Color Harmonies of #13342B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13342B

Black with #13342B

Text Example


Text Example

White with #13342B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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