#16211D

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

Shades of Cardin Green #16211D

Tints of Cardin Green #16211D

Color information

#16211D (or 0x16211D) is unknown color: approx Cardin Green. HEX triplet: 16, 21 and 1D. RGB value is (22,33,29). Sum of RGB (Red+Green+Blue) = 22+33+29=84 (11% of max value = 765). Red value is 22 (8.98% from 255 or 26.19% from 84); Green value is 33 (13.28% from 255 or 39.29% from 84); Blue value is 29 (11.72% from 255 or 34.52% from 84); Max value from RGB is 33 - color contains mainly: green. Hex color #16211D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16211D is #E9DEE2. Grayscale: #1D1D1D. Windows color (decimal): -15326947 or 1909014. OLE color: 1909014.

HSL color Cylindrical-coordinate representation of color #16211D: hue angle of 158.18º degrees, saturation: 0.2, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #16211D is Cyan = 0.33, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.87.

Color convert

RGB223329-
CMYK0.3300.120.87
HSL158.18º20%10.78%-
HSV(B)158.18º33.33%12.94%-
XYZ1.11.351.36-
YUV29.26127.86122.83-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 26.19%
GREEN value IS 33 (13.28% from 255) = 39.29%
BLUE value IS 29 (11.72% from 255) = 34.52%
R=26.19%
G=39.29%
B=34.52%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2233290.3300.120.87158.182010.78
Hex16211D210C579e14b
Octal264135410141272362413
Binary101101000011110110000101100101011110011110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16211D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16211D; }

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

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

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

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

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

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

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

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