Html Css Color HEX #19372D Racing Green

📋 copy color: '#19372D'

red 25 ◦ green 55 ◦ blue 45

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

Shades of Racing Green #19372D

Tints of Racing Green #19372D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 44%

 BLUE value IS 45 (17.97% from 255) = 36%

R = 20%
G = 44%
B = 36%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.18

 K value IS 0.78

RGB Variations

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

Color information

#19372D (or 0x19372D) is known color: Racing Green. HEX triplet: 19, 37 and 2D. RGB value is (25,55,45). Sum of RGB (Red+Green+Blue) = 25+55+45=125 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20% from 125); Green value is 55 (21.88% from 255 or 44% from 125); Blue value is 45 (17.97% from 255 or 36% from 125); Max value from RGB is 55 - color contains mainly: green. Hex color #19372D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19372D is #E6C8D2. Grayscale: #2C2C2C. Windows color (decimal): -15124691 or 2963225. OLE color: 2963225.

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

Color convert

RGB 25 55 45 -
CMYK 0.55 0 0.18 0.78
HSL 160º 0.38% 0.16% -
HSV(B) 160º 0.55% 0.22% -
XYZ 2.24 3.13 2.97 -
YUV 44.89 128.06 113.81 -
System Red Green Blue C M Y K H S L
Decimal 25 55 45 0.55 0 0.18 0.78 160 0.38 0.16
Hex 19 37 2D 37 0 12 4E A0 26 10
Octal 31 67 55 67 0 22 116 240 46 20
Binary 11001 110111 101101 110111 0 10010 1001110 10100000 100110 10000

Color Harmonies of #19372D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19372D

Black with #19372D

Text Example


Text Example

White with #19372D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19372D; }

 p { color: rgb(25,55,45); }

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

background-color css

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

 a { background-color: rgb(25,55,45); }

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

border-color css

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

 span { border-color: rgb(25,55,45); }

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