#132A25

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

Shades of Racing Green #132A25

Tints of Racing Green #132A25

Color information

#132A25 (or 0x132A25) is unknown color: approx Racing Green. HEX triplet: 13, 2A and 25. RGB value is (19,42,37). Sum of RGB (Red+Green+Blue) = 19+42+37=98 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.39% from 98); Green value is 42 (16.80% from 255 or 42.86% from 98); Blue value is 37 (14.84% from 255 or 37.76% from 98); Max value from RGB is 42 - color contains mainly: green. Hex color #132A25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132A25 is #ECD5DA. Grayscale: #222222. Windows color (decimal): -15521243 or 2435603. OLE color: 2435603.

HSL color Cylindrical-coordinate representation of color #132A25: hue angle of 166.96º degrees, saturation: 0.38, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #132A25 is Cyan = 0.55, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.84.

Color convert

RGB194237-
CMYK0.5500.120.84
HSL166.96º37.7%11.96%-
HSV(B)166.96º54.76%16.47%-
XYZ1.431.932.05-
YUV34.55129.38116.91-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 19.39%
GREEN value IS 42 (16.80% from 255) = 42.86%
BLUE value IS 37 (14.84% from 255) = 37.76%
R=19.39%
G=42.86%
B=37.76%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1942370.5500.120.84166.9637.711.96
Hex132A25370C54a726c
Octal235245670141242474614
Binary10011101010100101110111011001010100101001111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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