#132420

Color #132420 Racing Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Racing Green #132420

Tints of Racing Green #132420

Color information

#132420 (or 0x132420) is unknown color: approx 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

RGB193632-
CMYK0.4700.110.86
HSL165.88º30.91%10.78%-
HSV(B)165.88º47.22%14.12%-
XYZ1.161.51.6-
YUV30.46128.87119.83-

RGB Variations

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

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 (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1936320.4700.110.86165.8830.9110.78
Hex1324202F0B56a61fb
Octal234440570131262463713
Binary1001110010010000010111101011101011010100110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>