#192120

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

Shades of Racing Green #192120

Tints of Racing Green #192120

Color information

#192120 (or 0x192120) is unknown color: approx Racing Green. HEX triplet: 19, 21 and 20. RGB value is (25,33,32). Sum of RGB (Red+Green+Blue) = 25+33+32=90 (11% of max value = 765). Red value is 25 (10.16% from 255 or 27.78% from 90); Green value is 33 (13.28% from 255 or 36.67% from 90); Blue value is 32 (12.89% from 255 or 35.56% from 90); Max value from RGB is 33 - color contains mainly: green. Hex color #192120 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192120 is #E6DEDF. Grayscale: #1E1E1E. Windows color (decimal): -15130336 or 2105625. OLE color: 2105625.

HSL color Cylindrical-coordinate representation of color #192120: hue angle of 172.5º degrees, saturation: 0.14, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #192120 is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.87.

Color convert

RGB253332-
CMYK0.2400.030.87
HSL172.5º13.79%11.37%-
HSV(B)172.5º24.24%12.94%-
XYZ1.211.41.57-
YUV30.49128.85124.08-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 27.78%
GREEN value IS 33 (13.28% from 255) = 36.67%
BLUE value IS 32 (12.89% from 255) = 35.56%
R=27.78%
G=36.67%
B=35.56%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2533320.2400.030.87172.513.7911.37
Hex192120180357aceb
Octal31414030031272541613
Binary110011000011000001100001110101111010110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192120; }

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

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

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

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

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

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

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

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