#192925

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

Shades of Racing Green #192925

Tints of Racing Green #192925

Color information

#192925 (or 0x192925) is unknown color: approx Racing Green. HEX triplet: 19, 29 and 25. RGB value is (25,41,37). Sum of RGB (Red+Green+Blue) = 25+41+37=103 (13% of max value = 765). Red value is 25 (10.16% from 255 or 24.27% from 103); Green value is 41 (16.41% from 255 or 39.81% from 103); Blue value is 37 (14.84% from 255 or 35.92% from 103); Max value from RGB is 41 - color contains mainly: green. Hex color #192925 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192925 is #E6D6DA. Grayscale: #232323. Windows color (decimal): -15128283 or 2435353. OLE color: 2435353.

HSL color Cylindrical-coordinate representation of color #192925: hue angle of 165º degrees, saturation: 0.24, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #192925 is Cyan = 0.39, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.84.

Color convert

RGB254137-
CMYK0.3900.100.84
HSL165º24.24%12.94%-
HSV(B)165º39.02%16.08%-
XYZ1.531.932.04-
YUV35.76128.7120.33-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 24.27%
GREEN value IS 41 (16.41% from 255) = 39.81%
BLUE value IS 37 (14.84% from 255) = 35.92%
R=24.27%
G=39.81%
B=35.92%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2541370.3900.100.8416524.2412.94
Hex192925270A54a518d
Octal315145470121242453015
Binary1100110100110010110011101010101010010100101110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192925; }

 p { color: rgb(25,41,37); }

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

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

 a { background-color: rgb(25,41,37); }

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

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

 span { border-color: rgb(25,41,37); }

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