#112E22

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

Shades of Cardin Green #112E22

Tints of Cardin Green #112E22

Color information

#112E22 (or 0x112E22) is unknown color: approx Cardin Green. HEX triplet: 11, 2E and 22. RGB value is (17,46,34). Sum of RGB (Red+Green+Blue) = 17+46+34=97 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.53% from 97); Green value is 46 (18.36% from 255 or 47.42% from 97); Blue value is 34 (13.67% from 255 or 35.05% from 97); Max value from RGB is 46 - color contains mainly: green. Hex color #112E22 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112E22 is #EED1DD. Grayscale: #232323. Windows color (decimal): -15651294 or 2240017. OLE color: 2240017.

HSL color Cylindrical-coordinate representation of color #112E22: hue angle of 155.17º degrees, saturation: 0.46, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #112E22 is Cyan = 0.63, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.82.

Color convert

RGB174634-
CMYK0.6300.260.82
HSL155.17º46.03%12.35%-
HSV(B)155.17º63.04%18.04%-
XYZ1.52.191.86-
YUV35.96126.89114.48-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 17.53%
GREEN value IS 46 (18.36% from 255) = 47.42%
BLUE value IS 34 (13.67% from 255) = 35.05%
R=17.53%
G=47.42%
B=35.05%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1746340.6300.260.82155.1746.0312.35
Hex112E223F01A529b2ec
Octal215642770321222335614
Binary100011011101000101111110110101010010100110111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112E22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112E22; }

 p { color: rgb(17,46,34); }

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

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

 a { background-color: rgb(17,46,34); }

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

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

 span { border-color: rgb(17,46,34); }

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