Html Css Color HEX #132320 Racing Green

📋 copy color: '#132320'

red 19 ◦ green 35 ◦ blue 32

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

Shades of Racing Green #132320

Tints of Racing Green #132320

RGB

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

 GREEN value IS 35 (14.06% from 255) = 40.7%

 BLUE value IS 32 (12.89% from 255) = 37.21%

R = 22.09%
G = 40.7%
B = 37.21%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.09

 K value IS 0.86

RGB Variations

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

Color information

#132320 (or 0x132320) is known color: Racing Green. HEX triplet: 13, 23 and 20. RGB value is (19,35,32). Sum of RGB (Red+Green+Blue) = 19+35+32=86 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.09% from 86); Green value is 35 (14.06% from 255 or 40.70% from 86); Blue value is 32 (12.89% from 255 or 37.21% from 86); Max value from RGB is 35 - color contains mainly: green. Hex color #132320 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132320 is #ECDCDF. Grayscale: #1D1D1D. Windows color (decimal): -15523040 or 2106131. OLE color: 2106131.

HSL color Cylindrical-coordinate representation of color #132320: hue angle of 168.75º degrees, saturation: 0.3, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #132320 is Cyan = 0.46, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.86.

Color convert

RGB 19 35 32 -
CMYK 0.46 0 0.09 0.86
HSL 168.75º 0.3% 0.11% -
HSV(B) 168.75º 0.46% 0.14% -
XYZ 1.13 1.44 1.59 -
YUV 29.87 129.2 120.24 -
System Red Green Blue C M Y K H S L
Decimal 19 35 32 0.46 0 0.09 0.86 168.75 0.3 0.11
Hex 13 23 20 2E 0 9 56 A9 1E B
Octal 23 43 40 56 0 11 126 251 36 13
Binary 10011 100011 100000 101110 0 1001 1010110 10101001 11110 1011

Color Harmonies of #132320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132320

Black with #132320

Text Example


Text Example

White with #132320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132320; }

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

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

background-color css

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

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

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

border-color css

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

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

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