#161F1B

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

Shades of Cardin Green #161F1B

Tints of Cardin Green #161F1B

Color information

#161F1B (or 0x161F1B) is unknown color: approx Cardin Green. HEX triplet: 16, 1F and 1B. RGB value is (22,31,27). Sum of RGB (Red+Green+Blue) = 22+31+27=80 (10% of max value = 765). Red value is 22 (8.98% from 255 or 27.5% from 80); Green value is 31 (12.5% from 255 or 38.75% from 80); Blue value is 27 (10.94% from 255 or 33.75% from 80); Max value from RGB is 31 - color contains mainly: green. Hex color #161F1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #161F1B is #E9E0E4. Grayscale: #1B1B1B. Windows color (decimal): -15327461 or 1777430. OLE color: 1777430.

HSL color Cylindrical-coordinate representation of color #161F1B: hue angle of 153.33º degrees, saturation: 0.17, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #161F1B is Cyan = 0.29, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.88.

Color convert

RGB223127-
CMYK0.2900.130.88
HSL153.33º16.98%10.39%-
HSV(B)153.33º29.03%12.16%-
XYZ1.021.231.22-
YUV27.85127.52123.83-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 27.5%
GREEN value IS 31 (12.5% from 255) = 38.75%
BLUE value IS 27 (10.94% from 255) = 33.75%
R=27.5%
G=38.75%
B=33.75%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2231270.2900.130.88153.3316.9810.39
Hex161F1B1D0D589911a
Octal263733350151302312112
Binary1011011111110111110101101101100010011001100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,31,27); }

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

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

 a { background-color: rgb(22,31,27); }

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

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

 span { border-color: rgb(22,31,27); }

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