#193730

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

Shades of Racing Green #193730

Tints of Racing Green #193730

Color information

#193730 (or 0x193730) is unknown color: approx Racing Green. HEX triplet: 19, 37 and 30. RGB value is (25,55,48). Sum of RGB (Red+Green+Blue) = 25+55+48=128 (16% of max value = 765). Red value is 25 (10.16% from 255 or 19.53% from 128); Green value is 55 (21.88% from 255 or 42.97% from 128); Blue value is 48 (19.14% from 255 or 37.5% from 128); Max value from RGB is 55 - color contains mainly: green. Hex color #193730 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193730 is #E6C8CF. Grayscale: #2D2D2D. Windows color (decimal): -15124688 or 3159833. OLE color: 3159833.

HSL color Cylindrical-coordinate representation of color #193730: hue angle of 166º degrees, saturation: 0.38, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #193730 is Cyan = 0.55, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.78.

Color convert

RGB255548-
CMYK0.5500.130.78
HSL166º37.5%15.69%-
HSV(B)166º54.55%21.57%-
XYZ2.33.153.28-
YUV45.23129.56113.57-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 19.53%
GREEN value IS 55 (21.88% from 255) = 42.97%
BLUE value IS 48 (19.14% from 255) = 37.5%
R=19.53%
G=42.97%
B=37.5%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2555480.5500.130.7816637.515.69
Hex193730370D4Ea62610
Octal316760670151162464620
Binary110011101111100001101110110110011101010011010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193730; }

 p { color: rgb(25,55,48); }

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

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

 a { background-color: rgb(25,55,48); }

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

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

 span { border-color: rgb(25,55,48); }

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