Html Css Color HEX #13201D Racing Green

📋 copy color: '#13201D'

red 19 ◦ green 32 ◦ blue 29

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

Shades of Racing Green #13201D

Tints of Racing Green #13201D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 40%

 BLUE value IS 29 (11.72% from 255) = 36.25%

R = 23.75%
G = 40%
B = 36.25%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.09

 K value IS 0.87

RGB Variations

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

Color information

#13201D (or 0x13201D) is known color: Racing Green. HEX triplet: 13, 20 and 1D. RGB value is (19,32,29). Sum of RGB (Red+Green+Blue) = 19+32+29=80 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.75% from 80); Green value is 32 (12.89% from 255 or 40% from 80); Blue value is 29 (11.72% from 255 or 36.25% from 80); Max value from RGB is 32 - color contains mainly: green. Hex color #13201D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13201D is #ECDFE2. Grayscale: #1B1B1B. Windows color (decimal): -15523811 or 1908755. OLE color: 1908755.

HSL color Cylindrical-coordinate representation of color #13201D: hue angle of 166.15º degrees, saturation: 0.25, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #13201D is Cyan = 0.41, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.87.

Color convert

RGB 19 32 29 -
CMYK 0.41 0 0.09 0.87
HSL 166.15º 0.25% 0.1% -
HSV(B) 166.15º 0.41% 0.13% -
XYZ 1.01 1.26 1.35 -
YUV 27.77 128.69 121.74 -
System Red Green Blue C M Y K H S L
Decimal 19 32 29 0.41 0 0.09 0.87 166.15 0.25 0.1
Hex 13 20 1D 29 0 9 57 A6 19 A
Octal 23 40 35 51 0 11 127 246 31 12
Binary 10011 100000 11101 101001 0 1001 1010111 10100110 11001 1010

Color Harmonies of #13201D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13201D

Black with #13201D

Text Example


Text Example

White with #13201D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13201D; }

 p { color: rgb(19,32,29); }

 H1.HeaderClassName
 {
   color: #13201D;
 }
 .AnyTagClassName
 {
   color: #13201D;
 }
</style>

background-color css

<style>
 a { background-color: #13201D; }

 a { background-color: rgb(19,32,29); }

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

border-color css

<style>
 span { border-color: #13201D; }

 span { border-color: rgb(19,32,29); }

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