#192321

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

Shades of Racing Green #192321

Tints of Racing Green #192321

Color information

#192321 (or 0x192321) is unknown color: approx Racing Green. HEX triplet: 19, 23 and 21. RGB value is (25,35,33). Sum of RGB (Red+Green+Blue) = 25+35+33=93 (12% of max value = 765). Red value is 25 (10.16% from 255 or 26.88% from 93); Green value is 35 (14.06% from 255 or 37.63% from 93); Blue value is 33 (13.28% from 255 or 35.48% from 93); Max value from RGB is 35 - color contains mainly: green. Hex color #192321 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192321 is #E6DCDE. Grayscale: #1F1F1F. Windows color (decimal): -15129823 or 2171673. OLE color: 2171673.

HSL color Cylindrical-coordinate representation of color #192321: hue angle of 168º 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 #192321 is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.86.

Color convert

RGB253533-
CMYK0.2900.060.86
HSL168º16.67%11.76%-
HSV(B)168º28.57%13.73%-
XYZ1.281.521.66-
YUV31.78128.69123.16-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 26.88%
GREEN value IS 35 (14.06% from 255) = 37.63%
BLUE value IS 33 (13.28% from 255) = 35.48%
R=26.88%
G=37.63%
B=35.48%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2535330.2900.060.8616816.6711.76
Hex1923211D0656a811c
Octal31434135061262502114
Binary11001100011100001111010110101011010101000100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192321; }

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

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

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

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

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

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

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

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