#111D1B

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

Shades of Racing Green #111D1B

Tints of Racing Green #111D1B

Color information

#111D1B (or 0x111D1B) is unknown color: approx Racing Green. HEX triplet: 11, 1D and 1B. RGB value is (17,29,27). Sum of RGB (Red+Green+Blue) = 17+29+27=73 (9% of max value = 765). Red value is 17 (7.03% from 255 or 23.29% from 73); Green value is 29 (11.72% from 255 or 39.73% from 73); Blue value is 27 (10.94% from 255 or 36.99% from 73); Max value from RGB is 29 - color contains mainly: green. Hex color #111D1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111D1B is #EEE2E4. Grayscale: #191919. Windows color (decimal): -15655653 or 1776913. OLE color: 1776913.

HSL color Cylindrical-coordinate representation of color #111D1B: hue angle of 170º 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 #111D1B is Cyan = 0.41, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.89.

Color convert

RGB172927-
CMYK0.4100.070.89
HSL170º26.09%9.02%-
HSV(B)170º41.38%11.37%-
XYZ0.871.081.2-
YUV25.18129.02122.16-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 23.29%
GREEN value IS 29 (11.72% from 255) = 39.73%
BLUE value IS 27 (10.94% from 255) = 36.99%
R=23.29%
G=39.73%
B=36.99%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1729270.4100.070.8917026.099.02
Hex111D1B290759aa1a9
Octal21353351071312523211
Binary1000111101110111010010111101100110101010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111D1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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