#193930

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

Shades of Racing Green #193930

Tints of Racing Green #193930

Color information

#193930 (or 0x193930) is unknown color: approx Racing Green. HEX triplet: 19, 39 and 30. RGB value is (25,57,48). Sum of RGB (Red+Green+Blue) = 25+57+48=130 (17% of max value = 765). Red value is 25 (10.16% from 255 or 19.23% from 130); Green value is 57 (22.66% from 255 or 43.85% from 130); Blue value is 48 (19.14% from 255 or 36.92% from 130); Max value from RGB is 57 - color contains mainly: green. Hex color #193930 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193930 is #E6C6CF. Grayscale: #2E2E2E. Windows color (decimal): -15124176 or 3160345. OLE color: 3160345.

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

Color convert

RGB255748-
CMYK0.5600.160.78
HSL163.12º39.02%16.08%-
HSV(B)163.12º56.14%22.35%-
XYZ2.43.353.32-
YUV46.41128.9112.73-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 19.23%
GREEN value IS 57 (22.66% from 255) = 43.85%
BLUE value IS 48 (19.14% from 255) = 36.92%
R=19.23%
G=43.85%
B=36.92%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2557480.5600.160.78163.1239.0216.08
Hex193930380104Ea32710
Octal317160700201162434720
Binary1100111100111000011100001000010011101010001110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193930; }

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

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

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

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

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

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

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

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