#163A2B

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

Shades of Cardin Green #163A2B

Tints of Cardin Green #163A2B

Color information

#163A2B (or 0x163A2B) is unknown color: approx Cardin Green. HEX triplet: 16, 3A and 2B. RGB value is (22,58,43). Sum of RGB (Red+Green+Blue) = 22+58+43=123 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.89% from 123); Green value is 58 (23.05% from 255 or 47.15% from 123); Blue value is 43 (17.19% from 255 or 34.96% from 123); Max value from RGB is 58 - color contains mainly: green. Hex color #163A2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163A2B is #E9C5D4. Grayscale: #2D2D2D. Windows color (decimal): -15320533 or 2832918. OLE color: 2832918.

HSL color Cylindrical-coordinate representation of color #163A2B: hue angle of 155º degrees, saturation: 0.45, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #163A2B is Cyan = 0.62, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.77.

Color convert

RGB225843-
CMYK0.6200.260.77
HSL155º45%15.69%-
HSV(B)155º62.07%22.75%-
XYZ2.283.372.82-
YUV45.53126.57111.22-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 17.89%
GREEN value IS 58 (23.05% from 255) = 47.15%
BLUE value IS 43 (17.19% from 255) = 34.96%
R=17.89%
G=47.15%
B=34.96%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2258430.6200.260.771554515.69
Hex163A2B3E01A4D9b2d10
Octal267253760321152335520
Binary1011011101010101111111001101010011011001101110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163A2B; }

 p { color: rgb(22,58,43); }

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

<style>
 a { background-color: #163A2B; }

 a { background-color: rgb(22,58,43); }

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

<style>
 span { border-color: #163A2B; }

 span { border-color: rgb(22,58,43); }

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