#111F17

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

Shades of Cardin Green #111F17

Tints of Cardin Green #111F17

Color information

#111F17 (or 0x111F17) is unknown color: approx Cardin Green. HEX triplet: 11, 1F and 17. RGB value is (17,31,23). Sum of RGB (Red+Green+Blue) = 17+31+23=71 (9% of max value = 765). Red value is 17 (7.03% from 255 or 23.94% from 71); Green value is 31 (12.5% from 255 or 43.66% from 71); Blue value is 23 (9.38% from 255 or 32.39% from 71); Max value from RGB is 31 - color contains mainly: green. Hex color #111F17 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #111F17 is #EEE0E8. Grayscale: #191919. Windows color (decimal): -15655145 or 1515281. OLE color: 1515281.

HSL color Cylindrical-coordinate representation of color #111F17: hue angle of 145.71º degrees, saturation: 0.29, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #111F17 is Cyan = 0.45, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.88.

Color convert

RGB173123-
CMYK0.4500.260.88
HSL145.71º29.17%9.41%-
HSV(B)145.71º45.16%12.16%-
XYZ0.881.160.99-
YUV25.9126.36121.65-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 23.94%
GREEN value IS 31 (12.5% from 255) = 43.66%
BLUE value IS 23 (9.38% from 255) = 32.39%
R=23.94%
G=43.66%
B=32.39%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1731230.4500.260.88145.7129.179.41
Hex111F172D01A58921d9
Octal213727550321302223511
Binary100011111110111101101011010101100010010010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111F17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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