#111E1C

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

Shades of Racing Green #111E1C

Tints of Racing Green #111E1C

Color information

#111E1C (or 0x111E1C) is unknown color: approx Racing Green. HEX triplet: 11, 1E and 1C. RGB value is (17,30,28). Sum of RGB (Red+Green+Blue) = 17+30+28=75 (9% of max value = 765). Red value is 17 (7.03% from 255 or 22.67% from 75); Green value is 30 (12.11% from 255 or 40% from 75); Blue value is 28 (11.33% from 255 or 37.33% from 75); Max value from RGB is 30 - color contains mainly: green. Hex color #111E1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111E1C is #EEE1E3. Grayscale: #191919. Windows color (decimal): -15655396 or 1842705. OLE color: 1842705.

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

Color convert

RGB173028-
CMYK0.4300.070.88
HSL170.77º27.66%9.22%-
HSV(B)170.77º43.33%11.76%-
XYZ0.911.131.27-
YUV25.88129.19121.66-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 22.67%
GREEN value IS 30 (12.11% from 255) = 40%
BLUE value IS 28 (11.33% from 255) = 37.33%
R=22.67%
G=40%
B=37.33%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1730280.4300.070.88170.7727.669.22
Hex111E1C2B0758ab1c9
Octal21363453071302533411
Binary1000111110111001010110111101100010101011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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