#162821

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

Shades of Cardin Green #162821

Tints of Cardin Green #162821

Color information

#162821 (or 0x162821) is unknown color: approx Cardin Green. HEX triplet: 16, 28 and 21. RGB value is (22,40,33). Sum of RGB (Red+Green+Blue) = 22+40+33=95 (12% of max value = 765). Red value is 22 (8.98% from 255 or 23.16% from 95); Green value is 40 (16.02% from 255 or 42.11% from 95); Blue value is 33 (13.28% from 255 or 34.74% from 95); Max value from RGB is 40 - color contains mainly: green. Hex color #162821 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #162821 is #E9D7DE. Grayscale: #212121. Windows color (decimal): -15325151 or 2172950. OLE color: 2172950.

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

Color convert

RGB224033-
CMYK0.4500.170.84
HSL156.67º29.03%12.16%-
HSV(B)156.67º45%15.69%-
XYZ1.361.81.71-
YUV33.82127.54119.57-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 23.16%
GREEN value IS 40 (16.02% from 255) = 42.11%
BLUE value IS 33 (13.28% from 255) = 34.74%
R=23.16%
G=42.11%
B=34.74%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2240330.4500.170.84156.6729.0312.16
Hex1628212D011549d1dc
Octal265041550211242353514
Binary10110101000100001101101010001101010010011101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #162821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #162821; }

 p { color: rgb(22,40,33); }

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

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

 a { background-color: rgb(22,40,33); }

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

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

 span { border-color: rgb(22,40,33); }

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