#161D1A

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

Shades of Cardin Green #161D1A

Tints of Cardin Green #161D1A

Color information

#161D1A (or 0x161D1A) is unknown color: approx Cardin Green. HEX triplet: 16, 1D and 1A. RGB value is (22,29,26). Sum of RGB (Red+Green+Blue) = 22+29+26=77 (10% of max value = 765). Red value is 22 (8.98% from 255 or 28.57% from 77); Green value is 29 (11.72% from 255 or 37.66% from 77); Blue value is 26 (10.55% from 255 or 33.77% from 77); Max value from RGB is 29 - color contains mainly: green. Hex color #161D1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #161D1A is #E9E2E5. Grayscale: #1A1A1A. Windows color (decimal): -15327974 or 1711382. OLE color: 1711382.

HSL color Cylindrical-coordinate representation of color #161D1A: hue angle of 154.29º degrees, saturation: 0.14, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #161D1A is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.89.

Color convert

RGB222926-
CMYK0.2400.100.89
HSL154.29º13.73%10%-
HSV(B)154.29º24.14%11.37%-
XYZ0.961.121.14-
YUV26.56127.68124.74-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 28.57%
GREEN value IS 29 (11.72% from 255) = 37.66%
BLUE value IS 26 (10.55% from 255) = 33.77%
R=28.57%
G=37.66%
B=33.77%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2229260.2400.100.89154.2913.7310
Hex161D1A180A599aea
Octal263532300121312321612
Binary101101110111010110000101010110011001101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161D1A; }

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

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

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

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

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

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

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

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