#111D1C

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

Shades of Racing Green #111D1C

Tints of Racing Green #111D1C

Color information

#111D1C (or 0x111D1C) is unknown color: approx Racing Green. HEX triplet: 11, 1D and 1C. RGB value is (17,29,28). Sum of RGB (Red+Green+Blue) = 17+29+28=74 (9% of max value = 765). Red value is 17 (7.03% from 255 or 22.97% from 74); Green value is 29 (11.72% from 255 or 39.19% from 74); Blue value is 28 (11.33% from 255 or 37.84% from 74); Max value from RGB is 29 - color contains mainly: green. Hex color #111D1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111D1C is #EEE2E3. Grayscale: #191919. Windows color (decimal): -15655652 or 1842449. OLE color: 1842449.

HSL color Cylindrical-coordinate representation of color #111D1C: hue angle of 175º degrees, saturation: 0.26, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #111D1C is Cyan = 0.41, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.89.

Color convert

RGB172928-
CMYK0.4100.030.89
HSL175º26.09%9.02%-
HSV(B)175º41.38%11.37%-
XYZ0.881.081.26-
YUV25.3129.52122.08-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 22.97%
GREEN value IS 29 (11.72% from 255) = 39.19%
BLUE value IS 28 (11.33% from 255) = 37.84%
R=22.97%
G=39.19%
B=37.84%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1729280.4100.030.8917526.099.02
Hex111D1C290359af1a9
Octal21353451031312573211
Binary100011110111100101001011101100110101111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111D1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111D1C; }

 p { color: rgb(17,29,28); }

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

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

 a { background-color: rgb(17,29,28); }

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

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

 span { border-color: rgb(17,29,28); }

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