#193129

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

Shades of Racing Green #193129

Tints of Racing Green #193129

Color information

#193129 (or 0x193129) is unknown color: approx Racing Green. HEX triplet: 19, 31 and 29. RGB value is (25,49,41). Sum of RGB (Red+Green+Blue) = 25+49+41=115 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.74% from 115); Green value is 49 (19.53% from 255 or 42.61% from 115); Blue value is 41 (16.41% from 255 or 35.65% from 115); Max value from RGB is 49 - color contains mainly: green. Hex color #193129 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193129 is #E6CED6. Grayscale: #282828. Windows color (decimal): -15126231 or 2699545. OLE color: 2699545.

HSL color Cylindrical-coordinate representation of color #193129: hue angle of 160º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #193129 is Cyan = 0.49, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.81.

Color convert

RGB254941-
CMYK0.4900.160.81
HSL160º32.43%14.51%-
HSV(B)160º48.98%19.22%-
XYZ1.92.562.49-
YUV40.91128.05116.65-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 21.74%
GREEN value IS 49 (19.53% from 255) = 42.61%
BLUE value IS 41 (16.41% from 255) = 35.65%
R=21.74%
G=42.61%
B=35.65%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2549410.4900.160.8116032.4314.51
Hex1931293101051a020f
Octal316151610201212404017
Binary110011100011010011100010100001010001101000001000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193129; }

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

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

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

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

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

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

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

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