#11382E

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

Shades of Racing Green #11382E

Tints of Racing Green #11382E

Color information

#11382E (or 0x11382E) is unknown color: approx Racing Green. HEX triplet: 11, 38 and 2E. RGB value is (17,56,46). Sum of RGB (Red+Green+Blue) = 17+56+46=119 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.29% from 119); Green value is 56 (22.27% from 255 or 47.06% from 119); Blue value is 46 (18.36% from 255 or 38.66% from 119); Max value from RGB is 56 - color contains mainly: green. Hex color #11382E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11382E is #EEC7D1. Grayscale: #2B2B2B. Windows color (decimal): -15648722 or 3029009. OLE color: 3029009.

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

Color convert

RGB175646-
CMYK0.7000.180.78
HSL164.62º53.42%14.31%-
HSV(B)164.62º69.64%21.96%-
XYZ2.143.143.08-
YUV43.2129.58109.31-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 14.29%
GREEN value IS 56 (22.27% from 255) = 47.06%
BLUE value IS 46 (18.36% from 255) = 38.66%
R=14.29%
G=47.06%
B=38.66%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1756460.7000.180.78164.6253.4214.31
Hex11382E460124Ea535e
Octal2170561060221162456516
Binary1000111100010111010001100100101001110101001011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11382E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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