Html Css Color HEX #193530 Racing Green

📋 copy color: '#193530'

red 25 ◦ green 53 ◦ blue 48

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

Shades of Racing Green #193530

Tints of Racing Green #193530

RGB

 RED value IS 25 (10.16% from 255) = 19.84%

 GREEN value IS 53 (21.09% from 255) = 42.06%

 BLUE value IS 48 (19.14% from 255) = 38.1%

R = 19.84%
G = 42.06%
B = 38.1%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.09

 K value IS 0.79

RGB Variations

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

Color information

#193530 (or 0x193530) is known color: Racing Green. HEX triplet: 19, 35 and 30. RGB value is (25,53,48). Sum of RGB (Red+Green+Blue) = 25+53+48=126 (16% of max value = 765). Red value is 25 (10.16% from 255 or 19.84% from 126); Green value is 53 (21.09% from 255 or 42.06% from 126); Blue value is 48 (19.14% from 255 or 38.10% from 126); Max value from RGB is 53 - color contains mainly: green. Hex color #193530 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193530 is #E6CACF. Grayscale: #2C2C2C. Windows color (decimal): -15125200 or 3159321. OLE color: 3159321.

HSL color Cylindrical-coordinate representation of color #193530: hue angle of 169.29º degrees, saturation: 0.36, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #193530 is Cyan = 0.53, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.79.

Color convert

RGB 25 53 48 -
CMYK 0.53 0 0.09 0.79
HSL 169.29º 0.36% 0.15% -
HSV(B) 169.29º 0.53% 0.21% -
XYZ 2.21 2.97 3.25 -
YUV 44.06 130.22 114.41 -
System Red Green Blue C M Y K H S L
Decimal 25 53 48 0.53 0 0.09 0.79 169.29 0.36 0.15
Hex 19 35 30 35 0 9 4F A9 24 F
Octal 31 65 60 65 0 11 117 251 44 17
Binary 11001 110101 110000 110101 0 1001 1001111 10101001 100100 1111

Color Harmonies of #193530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193530

Black with #193530

Text Example


Text Example

White with #193530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193530; }

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

 H1.HeaderClassName
 {
   color: #193530;
 }
 .AnyTagClassName
 {
   color: #193530;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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