#19372E

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

Shades of Racing Green #19372E

Tints of Racing Green #19372E

Color information

#19372E (or 0x19372E) is unknown color: approx Racing Green. HEX triplet: 19, 37 and 2E. RGB value is (25,55,46). Sum of RGB (Red+Green+Blue) = 25+55+46=126 (16% of max value = 765). Red value is 25 (10.16% from 255 or 19.84% from 126); Green value is 55 (21.88% from 255 or 43.65% from 126); Blue value is 46 (18.36% from 255 or 36.51% from 126); Max value from RGB is 55 - color contains mainly: green. Hex color #19372E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19372E is #E6C8D1. Grayscale: #2D2D2D. Windows color (decimal): -15124690 or 3028761. OLE color: 3028761.

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

Color convert

RGB255546-
CMYK0.5500.160.78
HSL162º37.5%15.69%-
HSV(B)162º54.55%21.57%-
XYZ2.263.143.07-
YUV45128.56113.73-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 19.84%
GREEN value IS 55 (21.88% from 255) = 43.65%
BLUE value IS 46 (18.36% from 255) = 36.51%
R=19.84%
G=43.65%
B=36.51%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2555460.5500.160.7816237.515.69
Hex19372E370104Ea22610
Octal316756670201162424620
Binary1100111011110111011011101000010011101010001010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19372E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #19372E;
 }
 .AnyTagClassName
 {
   color: #19372E;
 }
</style>
background-color css

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

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

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

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

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

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