#11382D

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

Shades of Racing Green #11382D

Tints of Racing Green #11382D

Color information

#11382D (or 0x11382D) is unknown color: approx Racing Green. HEX triplet: 11, 38 and 2D. RGB value is (17,56,45). Sum of RGB (Red+Green+Blue) = 17+56+45=118 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.41% from 118); Green value is 56 (22.27% from 255 or 47.46% from 118); Blue value is 45 (17.97% from 255 or 38.14% from 118); Max value from RGB is 56 - color contains mainly: green. Hex color #11382D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11382D is #EEC7D2. Grayscale: #2B2B2B. Windows color (decimal): -15648723 or 2963473. OLE color: 2963473.

HSL color Cylindrical-coordinate representation of color #11382D: hue angle of 163.08º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #11382D is Cyan = 0.70, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.78.

Color convert

RGB175645-
CMYK0.7000.200.78
HSL163.08º53.42%14.31%-
HSV(B)163.08º69.64%21.96%-
XYZ2.123.142.98-
YUV43.08129.08109.39-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 14.41%
GREEN value IS 56 (22.27% from 255) = 47.46%
BLUE value IS 45 (17.97% from 255) = 38.14%
R=14.41%
G=47.46%
B=38.14%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1756450.7000.200.78163.0853.4214.31
Hex11382D460144Ea335e
Octal2170551060241162436516
Binary1000111100010110110001100101001001110101000111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11382D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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