#132924

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

Shades of Racing Green #132924

Tints of Racing Green #132924

Color information

#132924 (or 0x132924) is unknown color: approx Racing Green. HEX triplet: 13, 29 and 24. RGB value is (19,41,36). Sum of RGB (Red+Green+Blue) = 19+41+36=96 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.79% from 96); Green value is 41 (16.41% from 255 or 42.71% from 96); Blue value is 36 (14.45% from 255 or 37.5% from 96); Max value from RGB is 41 - color contains mainly: green. Hex color #132924 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132924 is #ECD6DB. Grayscale: #212121. Windows color (decimal): -15521500 or 2369811. OLE color: 2369811.

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

Color convert

RGB194136-
CMYK0.5400.120.84
HSL166.36º36.67%11.76%-
HSV(B)166.36º53.66%16.08%-
XYZ1.381.851.95-
YUV33.85129.21117.41-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 19.79%
GREEN value IS 41 (16.41% from 255) = 42.71%
BLUE value IS 36 (14.45% from 255) = 37.5%
R=19.79%
G=42.71%
B=37.5%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1941360.5400.120.84166.3636.6711.76
Hex132924360C54a625c
Octal235144660141242464514
Binary10011101001100100110110011001010100101001101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132924; }

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

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

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

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

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

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

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

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