#11322E

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

Shades of Racing Green #11322E

Tints of Racing Green #11322E

Color information

#11322E (or 0x11322E) is unknown color: approx Racing Green. HEX triplet: 11, 32 and 2E. RGB value is (17,50,46). Sum of RGB (Red+Green+Blue) = 17+50+46=113 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.04% from 113); Green value is 50 (19.92% from 255 or 44.25% from 113); Blue value is 46 (18.36% from 255 or 40.71% from 113); Max value from RGB is 50 - color contains mainly: green. Hex color #11322E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11322E is #EECDD1. Grayscale: #272727. Windows color (decimal): -15650258 or 3027473. OLE color: 3027473.

HSL color Cylindrical-coordinate representation of color #11322E: hue angle of 172.73º degrees, saturation: 0.49, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #11322E is Cyan = 0.66, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.80.

Color convert

RGB175046-
CMYK0.6600.080.80
HSL172.73º49.25%13.14%-
HSV(B)172.73º66%19.61%-
XYZ1.862.62.99-
YUV39.68131.57111.83-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 15.04%
GREEN value IS 50 (19.92% from 255) = 44.25%
BLUE value IS 46 (18.36% from 255) = 40.71%
R=15.04%
G=44.25%
B=40.71%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1750460.6600.080.80172.7349.2513.14
Hex11322E420850ad31d
Octal2162561020101202556115
Binary100011100101011101000010010001010000101011011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11322E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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