#13382D

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

Shades of Racing Green #13382D

Tints of Racing Green #13382D

Color information

#13382D (or 0x13382D) is unknown color: approx Racing Green. HEX triplet: 13, 38 and 2D. RGB value is (19,56,45). Sum of RGB (Red+Green+Blue) = 19+56+45=120 (15% of max value = 765). Red value is 19 (7.81% from 255 or 15.83% from 120); Green value is 56 (22.27% from 255 or 46.67% from 120); Blue value is 45 (17.97% from 255 or 37.5% from 120); Max value from RGB is 56 - color contains mainly: green. Hex color #13382D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13382D is #ECC7D2. Grayscale: #2B2B2B. Windows color (decimal): -15517651 or 2963475. OLE color: 2963475.

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

Color convert

RGB195645-
CMYK0.6600.200.78
HSL162.16º49.33%14.71%-
HSV(B)162.16º66.07%21.96%-
XYZ2.163.162.98-
YUV43.68128.74110.39-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.83%
GREEN value IS 56 (22.27% from 255) = 46.67%
BLUE value IS 45 (17.97% from 255) = 37.5%
R=15.83%
G=46.67%
B=37.5%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1956450.6600.200.78162.1649.3314.71
Hex13382D420144Ea231f
Octal2370551020241162426117
Binary1001111100010110110000100101001001110101000101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13382D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,56,45); }

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

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

 a { background-color: rgb(19,56,45); }

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

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

 span { border-color: rgb(19,56,45); }

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