Html Css Color HEX #193730 Racing Green

📋 copy color: '#193730'

red 25 ◦ green 55 ◦ blue 48

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

Shades of Racing Green #193730

Tints of Racing Green #193730

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

 M value IS 0

 Y value IS 0.13

 K value IS 0.78

RGB Variations

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

Color information

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

RGB 25 55 48 -
CMYK 0.55 0 0.13 0.78
HSL 166º 0.38% 0.16% -
HSV(B) 166º 0.55% 0.22% -
XYZ 2.3 3.15 3.28 -
YUV 45.23 129.56 113.57 -
System Red Green Blue C M Y K H S L
Decimal 25 55 48 0.55 0 0.13 0.78 166 0.38 0.16
Hex 19 37 30 37 0 D 4E A6 26 10
Octal 31 67 60 67 0 15 116 246 46 20
Binary 11001 110111 110000 110111 0 1101 1001110 10100110 100110 10000

Color Harmonies of #193730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193730

Black with #193730

Text Example


Text Example

White with #193730

Text Example


Text Example

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