Html Css Color HEX #132420 Racing Green

📋 copy color: '#132420'

red 19 ◦ green 36 ◦ blue 32

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

Shades of Racing Green #132420

Tints of Racing Green #132420

RGB

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

 GREEN value IS 36 (14.45% from 255) = 41.38%

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

R = 21.84%
G = 41.38%
B = 36.78%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.11

 K value IS 0.86

RGB Variations

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

Color information

#132420 (or 0x132420) is known color: Racing Green. HEX triplet: 13, 24 and 20. RGB value is (19,36,32). Sum of RGB (Red+Green+Blue) = 19+36+32=87 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.84% from 87); Green value is 36 (14.45% from 255 or 41.38% from 87); Blue value is 32 (12.89% from 255 or 36.78% from 87); Max value from RGB is 36 - color contains mainly: green. Hex color #132420 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132420 is #ECDBDF. Grayscale: #1E1E1E. Windows color (decimal): -15522784 or 2106387. OLE color: 2106387.

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

Color convert

RGB 19 36 32 -
CMYK 0.47 0 0.11 0.86
HSL 165.88º 0.31% 0.11% -
HSV(B) 165.88º 0.47% 0.14% -
XYZ 1.16 1.5 1.6 -
YUV 30.46 128.87 119.83 -
System Red Green Blue C M Y K H S L
Decimal 19 36 32 0.47 0 0.11 0.86 165.88 0.31 0.11
Hex 13 24 20 2F 0 B 56 A6 1F B
Octal 23 44 40 57 0 13 126 246 37 13
Binary 10011 100100 100000 101111 0 1011 1010110 10100110 11111 1011

Color Harmonies of #132420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132420

Black with #132420

Text Example


Text Example

White with #132420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132420; }

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

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

background-color css

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

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

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

border-color css

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

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

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