#11322C

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

Shades of Racing Green #11322C

Tints of Racing Green #11322C

Color information

#11322C (or 0x11322C) is unknown color: approx Racing Green. HEX triplet: 11, 32 and 2C. RGB value is (17,50,44). Sum of RGB (Red+Green+Blue) = 17+50+44=111 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.32% from 111); Green value is 50 (19.92% from 255 or 45.05% from 111); Blue value is 44 (17.58% from 255 or 39.64% from 111); Max value from RGB is 50 - color contains mainly: green. Hex color #11322C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11322C is #EECDD3. Grayscale: #272727. Windows color (decimal): -15650260 or 2896401. OLE color: 2896401.

HSL color Cylindrical-coordinate representation of color #11322C: hue angle of 169.09º 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 #11322C is Cyan = 0.66, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.80.

Color convert

RGB175044-
CMYK0.6600.120.80
HSL169.09º49.25%13.14%-
HSV(B)169.09º66%19.61%-
XYZ1.832.582.79-
YUV39.45130.57111.99-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 15.32%
GREEN value IS 50 (19.92% from 255) = 45.05%
BLUE value IS 44 (17.58% from 255) = 39.64%
R=15.32%
G=45.05%
B=39.64%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1750440.6600.120.80169.0949.2513.14
Hex11322C420C50a931d
Octal2162541020141202516115
Binary100011100101011001000010011001010000101010011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11322C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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