#111C1B

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

Shades of Racing Green #111C1B

Tints of Racing Green #111C1B

Color information

#111C1B (or 0x111C1B) is unknown color: approx Racing Green. HEX triplet: 11, 1C and 1B. RGB value is (17,28,27). Sum of RGB (Red+Green+Blue) = 17+28+27=72 (9% of max value = 765). Red value is 17 (7.03% from 255 or 23.61% from 72); Green value is 28 (11.33% from 255 or 38.89% from 72); Blue value is 27 (10.94% from 255 or 37.5% from 72); Max value from RGB is 28 - color contains mainly: green. Hex color #111C1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111C1B is #EEE3E4. Grayscale: #181818. Windows color (decimal): -15655909 or 1776657. OLE color: 1776657.

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

Color convert

RGB172827-
CMYK0.3900.040.89
HSL174.55º24.44%8.82%-
HSV(B)174.55º39.29%10.98%-
XYZ0.841.031.19-
YUV24.6129.36122.58-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 23.61%
GREEN value IS 28 (11.33% from 255) = 38.89%
BLUE value IS 27 (10.94% from 255) = 37.5%
R=23.61%
G=38.89%
B=37.5%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1728270.3900.040.89174.5524.448.82
Hex111C1B270459af189
Octal21343347041312573011
Binary1000111100110111001110100101100110101111110001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111C1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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