#19322E

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

Shades of Racing Green #19322E

Tints of Racing Green #19322E

Color information

#19322E (or 0x19322E) is unknown color: approx Racing Green. HEX triplet: 19, 32 and 2E. RGB value is (25,50,46). Sum of RGB (Red+Green+Blue) = 25+50+46=121 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.66% from 121); Green value is 50 (19.92% from 255 or 41.32% from 121); Blue value is 46 (18.36% from 255 or 38.02% from 121); Max value from RGB is 50 - color contains mainly: green. Hex color #19322E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19322E is #E6CDD1. Grayscale: #2A2A2A. Windows color (decimal): -15125970 or 3027481. OLE color: 3027481.

HSL color Cylindrical-coordinate representation of color #19322E: hue angle of 170.4º degrees, saturation: 0.33, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #19322E is Cyan = 0.50, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.80.

Color convert

RGB255046-
CMYK0.5000.080.80
HSL170.4º33.33%14.71%-
HSV(B)170.4º50%19.61%-
XYZ2.032.693-
YUV42.07130.22115.83-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 20.66%
GREEN value IS 50 (19.92% from 255) = 41.32%
BLUE value IS 46 (18.36% from 255) = 38.02%
R=20.66%
G=41.32%
B=38.02%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2550460.5000.080.80170.433.3314.71
Hex19322E320850aa21f
Octal316256620101202524117
Binary11001110010101110110010010001010000101010101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19322E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19322E; }

 p { color: rgb(25,50,46); }

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

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

 a { background-color: rgb(25,50,46); }

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

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

 span { border-color: rgb(25,50,46); }

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