#162920

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

Shades of Cardin Green #162920

Tints of Cardin Green #162920

Color information

#162920 (or 0x162920) is unknown color: approx Cardin Green. HEX triplet: 16, 29 and 20. RGB value is (22,41,32). Sum of RGB (Red+Green+Blue) = 22+41+32=95 (12% of max value = 765). Red value is 22 (8.98% from 255 or 23.16% from 95); Green value is 41 (16.41% from 255 or 43.16% from 95); Blue value is 32 (12.89% from 255 or 33.68% from 95); Max value from RGB is 41 - color contains mainly: green. Hex color #162920 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #162920 is #E9D6DF. Grayscale: #222222. Windows color (decimal): -15324896 or 2107670. OLE color: 2107670.

HSL color Cylindrical-coordinate representation of color #162920: hue angle of 151.58º degrees, saturation: 0.3, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #162920 is Cyan = 0.46, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.84.

Color convert

RGB224132-
CMYK0.4600.220.84
HSL151.58º30.16%12.35%-
HSV(B)151.58º46.34%16.08%-
XYZ1.381.861.65-
YUV34.29126.71119.23-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 23.16%
GREEN value IS 41 (16.41% from 255) = 43.16%
BLUE value IS 32 (12.89% from 255) = 33.68%
R=23.16%
G=43.16%
B=33.68%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2241320.4600.220.84151.5830.1612.35
Hex1629202E01654981ec
Octal265140560261242303614
Binary10110101001100000101110010110101010010011000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #162920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #162920; }

 p { color: rgb(22,41,32); }

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

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

 a { background-color: rgb(22,41,32); }

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

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

 span { border-color: rgb(22,41,32); }

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