#16221D

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

Shades of Cardin Green #16221D

Tints of Cardin Green #16221D

Color information

#16221D (or 0x16221D) is unknown color: approx Cardin Green. HEX triplet: 16, 22 and 1D. RGB value is (22,34,29). Sum of RGB (Red+Green+Blue) = 22+34+29=85 (11% of max value = 765). Red value is 22 (8.98% from 255 or 25.88% from 85); Green value is 34 (13.67% from 255 or 40% from 85); Blue value is 29 (11.72% from 255 or 34.12% from 85); Max value from RGB is 34 - color contains mainly: green. Hex color #16221D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16221D is #E9DDE2. Grayscale: #1D1D1D. Windows color (decimal): -15326691 or 1909270. OLE color: 1909270.

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

Color convert

RGB223429-
CMYK0.3500.150.87
HSL155º21.43%10.98%-
HSV(B)155º35.29%13.33%-
XYZ1.121.41.37-
YUV29.84127.52122.41-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 25.88%
GREEN value IS 34 (13.67% from 255) = 40%
BLUE value IS 29 (11.72% from 255) = 34.12%
R=25.88%
G=40%
B=34.12%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2234290.3500.150.8715521.4310.98
Hex16221D230F579b15b
Octal264235430171272332513
Binary101101000101110110001101111101011110011011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16221D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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