Html Css Color HEX #193930 Racing Green

📋 copy color: '#193930'

red 25 ◦ green 57 ◦ blue 48

#193930
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Racing Green #193930

Tints of Racing Green #193930

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 value IS 0.56

 M value IS 0

 Y value IS 0.16

 K value IS 0.78

RGB Variations

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

Color information

#193930 (or 0x193930) is known color: 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

RGB 25 57 48 -
CMYK 0.56 0 0.16 0.78
HSL 163.13º 0.39% 0.16% -
HSV(B) 163.13º 0.56% 0.22% -
XYZ 2.4 3.35 3.32 -
YUV 46.41 128.9 112.73 -
System Red Green Blue C M Y K H S L
Decimal 25 57 48 0.56 0 0.16 0.78 163.13 0.39 0.16
Hex 19 39 30 38 0 10 4E A3 27 10
Octal 31 71 60 70 0 20 116 243 47 20
Binary 11001 111001 110000 111000 0 10000 1001110 10100011 100111 10000

Color Harmonies of #193930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193930

Black with #193930

Text Example


Text Example

White with #193930

Text Example


Text Example

HTML Codes & Css Web 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>