#19322A

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

Shades of Racing Green #19322A

Tints of Racing Green #19322A

Color information

#19322A (or 0x19322A) is unknown color: approx Racing Green. HEX triplet: 19, 32 and 2A. RGB value is (25,50,42). Sum of RGB (Red+Green+Blue) = 25+50+42=117 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.37% from 117); Green value is 50 (19.92% from 255 or 42.74% from 117); Blue value is 42 (16.80% from 255 or 35.90% from 117); Max value from RGB is 50 - color contains mainly: green. Hex color #19322A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19322A is #E6CDD5. Grayscale: #292929. Windows color (decimal): -15125974 or 2765337. OLE color: 2765337.

HSL color Cylindrical-coordinate representation of color #19322A: hue angle of 160.8º 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 #19322A is Cyan = 0.50, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.80.

Color convert

RGB255042-
CMYK0.5000.160.80
HSL160.8º33.33%14.71%-
HSV(B)160.8º50%19.61%-
XYZ1.962.662.6-
YUV41.61128.22116.15-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 21.37%
GREEN value IS 50 (19.92% from 255) = 42.74%
BLUE value IS 42 (16.80% from 255) = 35.90%
R=21.37%
G=42.74%
B=35.90%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2550420.5000.160.80160.833.3314.71
Hex19322A3201050a121f
Octal316252620201202414117
Binary110011100101010101100100100001010000101000011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19322A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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