#112118

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

Shades of Cardin Green #112118

Tints of Cardin Green #112118

Color information

#112118 (or 0x112118) is unknown color: approx Cardin Green. HEX triplet: 11, 21 and 18. RGB value is (17,33,24). Sum of RGB (Red+Green+Blue) = 17+33+24=74 (9% of max value = 765). Red value is 17 (7.03% from 255 or 22.97% from 74); Green value is 33 (13.28% from 255 or 44.59% from 74); Blue value is 24 (9.77% from 255 or 32.43% from 74); Max value from RGB is 33 - color contains mainly: green. Hex color #112118 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112118 is #EEDEE7. Grayscale: #1B1B1B. Windows color (decimal): -15654632 or 1581329. OLE color: 1581329.

HSL color Cylindrical-coordinate representation of color #112118: hue angle of 146.25º degrees, saturation: 0.32, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #112118 is Cyan = 0.48, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.87.

Color convert

RGB173324-
CMYK0.4800.270.87
HSL146.25º32%9.8%-
HSV(B)146.25º48.48%12.94%-
XYZ0.941.271.06-
YUV27.19126.2120.73-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 22.97%
GREEN value IS 33 (13.28% from 255) = 44.59%
BLUE value IS 24 (9.77% from 255) = 32.43%
R=22.97%
G=44.59%
B=32.43%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1733240.4800.270.87146.25329.8
Hex1121183001B579220a
Octal214130600331272224012
Binary10001100001110001100000110111010111100100101000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112118; }

 p { color: rgb(17,33,24); }

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

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

 a { background-color: rgb(17,33,24); }

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

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

 span { border-color: rgb(17,33,24); }

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