#132721

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

Shades of Racing Green #132721

Tints of Racing Green #132721

Color information

#132721 (or 0x132721) is unknown color: approx Racing Green. HEX triplet: 13, 27 and 21. RGB value is (19,39,33). Sum of RGB (Red+Green+Blue) = 19+39+33=91 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.88% from 91); Green value is 39 (15.62% from 255 or 42.86% from 91); Blue value is 33 (13.28% from 255 or 36.26% from 91); Max value from RGB is 39 - color contains mainly: green. Hex color #132721 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132721 is #ECD8DE. Grayscale: #202020. Windows color (decimal): -15522015 or 2172691. OLE color: 2172691.

HSL color Cylindrical-coordinate representation of color #132721: hue angle of 162º degrees, saturation: 0.34, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #132721 is Cyan = 0.51, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.85.

Color convert

RGB193933-
CMYK0.5100.150.85
HSL162º34.48%11.37%-
HSV(B)162º51.28%15.29%-
XYZ1.271.71.7-
YUV32.34128.37118.49-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 20.88%
GREEN value IS 39 (15.62% from 255) = 42.86%
BLUE value IS 33 (13.28% from 255) = 36.26%
R=20.88%
G=42.86%
B=36.26%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1939330.5100.150.8516234.4811.37
Hex132721330F55a222b
Octal234741630171252424213
Binary10011100111100001110011011111010101101000101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132721; }

 p { color: rgb(19,39,33); }

 H1.HeaderClassName
 {
   color: #132721;
 }
 .AnyTagClassName
 {
   color: #132721;
 }
</style>
background-color css

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

 a { background-color: rgb(19,39,33); }

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

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

 span { border-color: rgb(19,39,33); }

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