#132D2A

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

Shades of Racing Green #132D2A

Tints of Racing Green #132D2A

Color information

#132D2A (or 0x132D2A) is unknown color: approx Racing Green. HEX triplet: 13, 2D and 2A. RGB value is (19,45,42). Sum of RGB (Red+Green+Blue) = 19+45+42=106 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.92% from 106); Green value is 45 (17.97% from 255 or 42.45% from 106); Blue value is 42 (16.80% from 255 or 39.62% from 106); Max value from RGB is 45 - color contains mainly: green. Hex color #132D2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132D2A is #ECD2D5. Grayscale: #242424. Windows color (decimal): -15520470 or 2764051. OLE color: 2764051.

HSL color Cylindrical-coordinate representation of color #132D2A: hue angle of 173.08º degrees, saturation: 0.41, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #132D2A is Cyan = 0.58, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.82.

Color convert

RGB194542-
CMYK0.5800.070.82
HSL173.08º40.62%12.55%-
HSV(B)173.08º57.78%17.65%-
XYZ1.622.182.53-
YUV36.88130.89115.24-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 17.92%
GREEN value IS 45 (17.97% from 255) = 42.45%
BLUE value IS 42 (16.80% from 255) = 39.62%
R=17.92%
G=42.45%
B=39.62%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1945420.5800.070.82173.0840.6212.55
Hex132D2A3A0752ad29d
Octal23555272071222555115
Binary1001110110110101011101001111010010101011011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132D2A; }

 p { color: rgb(19,45,42); }

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

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

 a { background-color: rgb(19,45,42); }

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

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

 span { border-color: rgb(19,45,42); }

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