#111E1D

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

Shades of Racing Green #111E1D

Tints of Racing Green #111E1D

Color information

#111E1D (or 0x111E1D) is unknown color: approx Racing Green. HEX triplet: 11, 1E and 1D. RGB value is (17,30,29). Sum of RGB (Red+Green+Blue) = 17+30+29=76 (10% of max value = 765). Red value is 17 (7.03% from 255 or 22.37% from 76); Green value is 30 (12.11% from 255 or 39.47% from 76); Blue value is 29 (11.72% from 255 or 38.16% from 76); Max value from RGB is 30 - color contains mainly: green. Hex color #111E1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111E1D is #EEE1E2. Grayscale: #191919. Windows color (decimal): -15655395 or 1908241. OLE color: 1908241.

HSL color Cylindrical-coordinate representation of color #111E1D: hue angle of 175.38º degrees, saturation: 0.28, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #111E1D is Cyan = 0.43, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.88.

Color convert

RGB173029-
CMYK0.4300.030.88
HSL175.38º27.66%9.22%-
HSV(B)175.38º43.33%11.76%-
XYZ0.921.141.33-
YUV26129.69121.58-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 22.37%
GREEN value IS 30 (12.11% from 255) = 39.47%
BLUE value IS 29 (11.72% from 255) = 38.16%
R=22.37%
G=39.47%
B=38.16%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1730290.4300.030.88175.3827.669.22
Hex111E1D2B0358af1c9
Octal21363553031302573411
Binary100011111011101101011011101100010101111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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