#192420

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

Shades of Racing Green #192420

Tints of Racing Green #192420

Color information

#192420 (or 0x192420) is unknown color: approx Racing Green. HEX triplet: 19, 24 and 20. RGB value is (25,36,32). Sum of RGB (Red+Green+Blue) = 25+36+32=93 (12% of max value = 765). Red value is 25 (10.16% from 255 or 26.88% from 93); Green value is 36 (14.45% from 255 or 38.71% from 93); Blue value is 32 (12.89% from 255 or 34.41% from 93); Max value from RGB is 36 - color contains mainly: green. Hex color #192420 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192420 is #E6DBDF. Grayscale: #202020. Windows color (decimal): -15129568 or 2106393. OLE color: 2106393.

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

Color convert

RGB253632-
CMYK0.3100.110.86
HSL158.18º18.03%11.96%-
HSV(B)158.18º30.56%14.12%-
XYZ1.291.571.6-
YUV32.26127.86122.83-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 26.88%
GREEN value IS 36 (14.45% from 255) = 38.71%
BLUE value IS 32 (12.89% from 255) = 34.41%
R=26.88%
G=38.71%
B=34.41%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2536320.3100.110.86158.1818.0311.96
Hex1924201F0B569e12c
Octal314440370131262362214
Binary110011001001000001111101011101011010011110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192420; }

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

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

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

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

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

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

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

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