#111C16

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

Shades of Cardin Green #111C16

Tints of Cardin Green #111C16

Color information

#111C16 (or 0x111C16) is unknown color: approx Cardin Green. HEX triplet: 11, 1C and 16. RGB value is (17,28,22). Sum of RGB (Red+Green+Blue) = 17+28+22=67 (8% of max value = 765). Red value is 17 (7.03% from 255 or 25.37% from 67); Green value is 28 (11.33% from 255 or 41.79% from 67); Blue value is 22 (8.98% from 255 or 32.84% from 67); Max value from RGB is 28 - color contains mainly: green. Hex color #111C16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #111C16 is #EEE3E9. Grayscale: #181818. Windows color (decimal): -15655914 or 1448977. OLE color: 1448977.

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

Color convert

RGB172822-
CMYK0.3900.210.89
HSL147.27º24.44%8.82%-
HSV(B)147.27º39.29%10.98%-
XYZ0.791.010.91-
YUV24.03126.86122.99-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 25.37%
GREEN value IS 28 (11.33% from 255) = 41.79%
BLUE value IS 22 (8.98% from 255) = 32.84%
R=25.37%
G=41.79%
B=32.84%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1728220.3900.210.89147.2724.448.82
Hex111C16270155993189
Octal213426470251312233011
Binary100011110010110100111010101101100110010011110001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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