Html Css Color HEX #111C16 Cardin Green

📋 copy color: '#111C16'

red 17 ◦ green 28 ◦ blue 22

#111C16
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardin Green #111C16

Tints of Cardin Green #111C16

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 value IS 0.39

 M value IS 0

 Y value IS 0.21

 K value IS 0.89

RGB Variations

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

Color information

#111C16 (or 0x111C16) is known color: 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

RGB 17 28 22 -
CMYK 0.39 0 0.21 0.89
HSL 147.27º 0.24% 0.09% -
HSV(B) 147.27º 0.39% 0.11% -
XYZ 0.79 1.01 0.91 -
YUV 24.03 126.86 122.99 -
System Red Green Blue C M Y K H S L
Decimal 17 28 22 0.39 0 0.21 0.89 147.27 0.24 0.09
Hex 11 1C 16 27 0 15 59 93 18 9
Octal 21 34 26 47 0 25 131 223 30 11
Binary 10001 11100 10110 100111 0 10101 1011001 10010011 11000 1001

Color Harmonies of #111C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111C16

Black with #111C16

Text Example


Text Example

White with #111C16

Text Example


Text Example

HTML Codes & Css Web 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>