Html Css Color HEX #193830 Racing Green

📋 copy color: '#193830'

red 25 ◦ green 56 ◦ blue 48

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

Shades of Racing Green #193830

Tints of Racing Green #193830

RGB

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

 GREEN value IS 56 (22.27% from 255) = 43.41%

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

R = 19.38%
G = 43.41%
B = 37.21%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.14

 K value IS 0.78

RGB Variations

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

Color information

#193830 (or 0x193830) is known color: Racing Green. HEX triplet: 19, 38 and 30. RGB value is (25,56,48). Sum of RGB (Red+Green+Blue) = 25+56+48=129 (17% of max value = 765). Red value is 25 (10.16% from 255 or 19.38% from 129); Green value is 56 (22.27% from 255 or 43.41% from 129); Blue value is 48 (19.14% from 255 or 37.21% from 129); Max value from RGB is 56 - color contains mainly: green. Hex color #193830 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193830 is #E6C7CF. Grayscale: #2D2D2D. Windows color (decimal): -15124432 or 3160089. OLE color: 3160089.

HSL color Cylindrical-coordinate representation of color #193830: hue angle of 164.52º 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 #193830 is Cyan = 0.55, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.78.

Color convert

RGB 25 56 48 -
CMYK 0.55 0 0.14 0.78
HSL 164.52º 0.38% 0.16% -
HSV(B) 164.52º 0.55% 0.22% -
XYZ 2.35 3.25 3.3 -
YUV 45.82 129.23 113.15 -
System Red Green Blue C M Y K H S L
Decimal 25 56 48 0.55 0 0.14 0.78 164.52 0.38 0.16
Hex 19 38 30 37 0 E 4E A5 26 10
Octal 31 70 60 67 0 16 116 245 46 20
Binary 11001 111000 110000 110111 0 1110 1001110 10100101 100110 10000

Color Harmonies of #193830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193830

Black with #193830

Text Example


Text Example

White with #193830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193830; }

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

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

background-color css

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

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

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

border-color css

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

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

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