#11332C

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

Shades of Racing Green #11332C

Tints of Racing Green #11332C

Color information

#11332C (or 0x11332C) is unknown color: approx Racing Green. HEX triplet: 11, 33 and 2C. RGB value is (17,51,44). Sum of RGB (Red+Green+Blue) = 17+51+44=112 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.18% from 112); Green value is 51 (20.31% from 255 or 45.54% from 112); Blue value is 44 (17.58% from 255 or 39.29% from 112); Max value from RGB is 51 - color contains mainly: green. Hex color #11332C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11332C is #EECCD3. Grayscale: #282828. Windows color (decimal): -15650004 or 2896657. OLE color: 2896657.

HSL color Cylindrical-coordinate representation of color #11332C: hue angle of 167.65º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #11332C is Cyan = 0.67, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.8.

Color convert

RGB175144-
CMYK0.6700.140.8
HSL167.65º50%13.33%-
HSV(B)167.65º66.67%20%-
XYZ1.872.672.8-
YUV40.04130.24111.57-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 15.18%
GREEN value IS 51 (20.31% from 255) = 45.54%
BLUE value IS 44 (17.58% from 255) = 39.29%
R=15.18%
G=45.54%
B=39.29%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal1751440.6700.140.8167.655013.33
Hex11332C430E50a832d
Octal2163541030161202506215
Binary100011100111011001000011011101010000101010001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11332C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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