#112119

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

Shades of Cardin Green #112119

Tints of Cardin Green #112119

Color information

#112119 (or 0x112119) is unknown color: approx Cardin Green. HEX triplet: 11, 21 and 19. RGB value is (17,33,25). Sum of RGB (Red+Green+Blue) = 17+33+25=75 (9% of max value = 765). Red value is 17 (7.03% from 255 or 22.67% from 75); Green value is 33 (13.28% from 255 or 44% from 75); Blue value is 25 (10.16% from 255 or 33.33% from 75); Max value from RGB is 33 - color contains mainly: green. Hex color #112119 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112119 is #EEDEE6. Grayscale: #1B1B1B. Windows color (decimal): -15654631 or 1646865. OLE color: 1646865.

HSL color Cylindrical-coordinate representation of color #112119: hue angle of 150º 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 #112119 is Cyan = 0.48, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.87.

Color convert

RGB173325-
CMYK0.4800.240.87
HSL150º32%9.8%-
HSV(B)150º48.48%12.94%-
XYZ0.951.281.12-
YUV27.3126.7120.65-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 22.67%
GREEN value IS 33 (13.28% from 255) = 44%
BLUE value IS 25 (10.16% from 255) = 33.33%
R=22.67%
G=44%
B=33.33%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1733250.4800.240.87150329.8
Hex11211930018579620a
Octal214131600301272264012
Binary10001100001110011100000110001010111100101101000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112119; }

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

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

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

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

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

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

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

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