#13382E

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

Shades of Racing Green #13382E

Tints of Racing Green #13382E

Color information

#13382E (or 0x13382E) is unknown color: approx Racing Green. HEX triplet: 13, 38 and 2E. RGB value is (19,56,46). Sum of RGB (Red+Green+Blue) = 19+56+46=121 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.70% from 121); Green value is 56 (22.27% from 255 or 46.28% from 121); Blue value is 46 (18.36% from 255 or 38.02% from 121); Max value from RGB is 56 - color contains mainly: green. Hex color #13382E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13382E is #ECC7D1. Grayscale: #2B2B2B. Windows color (decimal): -15517650 or 3029011. OLE color: 3029011.

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

Color convert

RGB195646-
CMYK0.6600.180.78
HSL163.78º49.33%14.71%-
HSV(B)163.78º66.07%21.96%-
XYZ2.183.163.08-
YUV43.8129.24110.31-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.70%
GREEN value IS 56 (22.27% from 255) = 46.28%
BLUE value IS 46 (18.36% from 255) = 38.02%
R=15.70%
G=46.28%
B=38.02%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1956460.6600.180.78163.7849.3314.71
Hex13382E420124Ea431f
Octal2370561020221162446117
Binary1001111100010111010000100100101001110101001001100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13382E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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