#112017

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

Shades of Cardin Green #112017

Tints of Cardin Green #112017

Color information

#112017 (or 0x112017) is unknown color: approx Cardin Green. HEX triplet: 11, 20 and 17. RGB value is (17,32,23). Sum of RGB (Red+Green+Blue) = 17+32+23=72 (9% of max value = 765). Red value is 17 (7.03% from 255 or 23.61% from 72); Green value is 32 (12.89% from 255 or 44.44% from 72); Blue value is 23 (9.38% from 255 or 31.94% from 72); Max value from RGB is 32 - color contains mainly: green. Hex color #112017 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112017 is #EEDFE8. Grayscale: #1A1A1A. Windows color (decimal): -15654889 or 1515537. OLE color: 1515537.

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

Color convert

RGB173223-
CMYK0.4700.280.87
HSL144º30.61%9.61%-
HSV(B)144º46.88%12.55%-
XYZ0.91.211-
YUV26.49126.03121.23-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 23.61%
GREEN value IS 32 (12.89% from 255) = 44.44%
BLUE value IS 23 (9.38% from 255) = 31.94%
R=23.61%
G=44.44%
B=31.94%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1732230.4700.280.8714430.619.61
Hex1120172F01C57901fa
Octal214027570341272203712
Binary1000110000010111101111011100101011110010000111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112017; }

 p { color: rgb(17,32,23); }

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

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

 a { background-color: rgb(17,32,23); }

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

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

 span { border-color: rgb(17,32,23); }

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