#112321

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

Shades of Racing Green #112321

Tints of Racing Green #112321

Color information

#112321 (or 0x112321) is unknown color: approx Racing Green. HEX triplet: 11, 23 and 21. RGB value is (17,35,33). Sum of RGB (Red+Green+Blue) = 17+35+33=85 (11% of max value = 765). Red value is 17 (7.03% from 255 or 20% from 85); Green value is 35 (14.06% from 255 or 41.18% from 85); Blue value is 33 (13.28% from 255 or 38.82% from 85); Max value from RGB is 35 - color contains mainly: green. Hex color #112321 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112321 is #EEDCDE. Grayscale: #1D1D1D. Windows color (decimal): -15654111 or 2171665. OLE color: 2171665.

HSL color Cylindrical-coordinate representation of color #112321: hue angle of 173.33º degrees, saturation: 0.35, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #112321 is Cyan = 0.51, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.86.

Color convert

RGB173533-
CMYK0.5100.060.86
HSL173.33º34.62%10.2%-
HSV(B)173.33º51.43%13.73%-
XYZ1.111.431.66-
YUV29.39130.04119.16-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 20%
GREEN value IS 35 (14.06% from 255) = 41.18%
BLUE value IS 33 (13.28% from 255) = 38.82%
R=20%
G=41.18%
B=38.82%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1735330.5100.060.86173.3334.6210.2
Hex112321330656ad23a
Octal21434163061262554312
Binary1000110001110000111001101101010110101011011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112321; }

 p { color: rgb(17,35,33); }

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

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

 a { background-color: rgb(17,35,33); }

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

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

 span { border-color: rgb(17,35,33); }

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