#192320

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

Shades of Racing Green #192320

Tints of Racing Green #192320

Color information

#192320 (or 0x192320) is unknown color: approx Racing Green. HEX triplet: 19, 23 and 20. RGB value is (25,35,32). Sum of RGB (Red+Green+Blue) = 25+35+32=92 (12% of max value = 765). Red value is 25 (10.16% from 255 or 27.17% from 92); Green value is 35 (14.06% from 255 or 38.04% from 92); Blue value is 32 (12.89% from 255 or 34.78% from 92); Max value from RGB is 35 - color contains mainly: green. Hex color #192320 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192320 is #E6DCDF. Grayscale: #1F1F1F. Windows color (decimal): -15129824 or 2106137. OLE color: 2106137.

HSL color Cylindrical-coordinate representation of color #192320: hue angle of 162º degrees, saturation: 0.17, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #192320 is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.86.

Color convert

RGB253532-
CMYK0.2900.090.86
HSL162º16.67%11.76%-
HSV(B)162º28.57%13.73%-
XYZ1.261.511.59-
YUV31.67128.19123.24-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 27.17%
GREEN value IS 35 (14.06% from 255) = 38.04%
BLUE value IS 32 (12.89% from 255) = 34.78%
R=27.17%
G=38.04%
B=34.78%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2535320.2900.090.8616216.6711.76
Hex1923201D0956a211c
Octal314340350111262422114
Binary110011000111000001110101001101011010100010100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192320; }

 p { color: rgb(25,35,32); }

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

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

 a { background-color: rgb(25,35,32); }

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

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

 span { border-color: rgb(25,35,32); }

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