#19372D

Color #19372D Racing Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Racing Green #19372D

Tints of Racing Green #19372D

Color information

#19372D (or 0x19372D) is unknown color: approx 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

RGB255545-
CMYK0.5500.180.78
HSL160º37.5%15.69%-
HSV(B)160º54.55%21.57%-
XYZ2.243.132.97-
YUV44.89128.06113.81-

RGB Variations

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

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 (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2555450.5500.180.7816037.515.69
Hex19372D370124Ea02610
Octal316755670221162404620
Binary1100111011110110111011101001010011101010000010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19372D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>