#13372C

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

Shades of Racing Green #13372C

Tints of Racing Green #13372C

Color information

#13372C (or 0x13372C) is unknown color: approx Racing Green. HEX triplet: 13, 37 and 2C. RGB value is (19,55,44). Sum of RGB (Red+Green+Blue) = 19+55+44=118 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.10% from 118); Green value is 55 (21.88% from 255 or 46.61% from 118); Blue value is 44 (17.58% from 255 or 37.29% from 118); Max value from RGB is 55 - color contains mainly: green. Hex color #13372C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13372C is #ECC8D3. Grayscale: #2A2A2A. Windows color (decimal): -15517908 or 2897683. OLE color: 2897683.

HSL color Cylindrical-coordinate representation of color #13372C: hue angle of 161.67º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #13372C is Cyan = 0.65, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.78.

Color convert

RGB195544-
CMYK0.6500.20.78
HSL161.67º48.65%14.51%-
HSV(B)161.67º65.45%21.57%-
XYZ2.093.052.86-
YUV42.98128.57110.89-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.10%
GREEN value IS 55 (21.88% from 255) = 46.61%
BLUE value IS 44 (17.58% from 255) = 37.29%
R=16.10%
G=46.61%
B=37.29%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1955440.6500.20.78161.6748.6514.51
Hex13372C410144Ea231f
Octal2367541010241162426117
Binary1001111011110110010000010101001001110101000101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13372C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13372C; }

 p { color: rgb(19,55,44); }

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

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

 a { background-color: rgb(19,55,44); }

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

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

 span { border-color: rgb(19,55,44); }

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