#162E24

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

Shades of Cardin Green #162E24

Tints of Cardin Green #162E24

Color information

#162E24 (or 0x162E24) is unknown color: approx Cardin Green. HEX triplet: 16, 2E and 24. RGB value is (22,46,36). Sum of RGB (Red+Green+Blue) = 22+46+36=104 (13% of max value = 765). Red value is 22 (8.98% from 255 or 21.15% from 104); Green value is 46 (18.36% from 255 or 44.23% from 104); Blue value is 36 (14.45% from 255 or 34.62% from 104); Max value from RGB is 46 - color contains mainly: green. Hex color #162E24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #162E24 is #E9D1DB. Grayscale: #252525. Windows color (decimal): -15323612 or 2371094. OLE color: 2371094.

HSL color Cylindrical-coordinate representation of color #162E24: hue angle of 155º degrees, saturation: 0.35, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #162E24 is Cyan = 0.52, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.82.

Color convert

RGB224636-
CMYK0.5200.220.82
HSL155º35.29%13.33%-
HSV(B)155º52.17%18.04%-
XYZ1.632.252.02-
YUV37.68127.05116.81-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 21.15%
GREEN value IS 46 (18.36% from 255) = 44.23%
BLUE value IS 36 (14.45% from 255) = 34.62%
R=21.15%
G=44.23%
B=34.62%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2246360.5200.220.8215535.2913.33
Hex162E2434016529b23d
Octal265644640261222334315
Binary101101011101001001101000101101010010100110111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #162E24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #162E24; }

 p { color: rgb(22,46,36); }

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

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

 a { background-color: rgb(22,46,36); }

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

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

 span { border-color: rgb(22,46,36); }

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