#16291E

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

Shades of Cardin Green #16291E

Tints of Cardin Green #16291E

Color information

#16291E (or 0x16291E) is unknown color: approx Cardin Green. HEX triplet: 16, 29 and 1E. RGB value is (22,41,30). Sum of RGB (Red+Green+Blue) = 22+41+30=93 (12% of max value = 765). Red value is 22 (8.98% from 255 or 23.66% from 93); Green value is 41 (16.41% from 255 or 44.09% from 93); Blue value is 30 (12.11% from 255 or 32.26% from 93); Max value from RGB is 41 - color contains mainly: green. Hex color #16291E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16291E is #E9D6E1. Grayscale: #222222. Windows color (decimal): -15324898 or 1976598. OLE color: 1976598.

HSL color Cylindrical-coordinate representation of color #16291E: hue angle of 145.26º degrees, saturation: 0.3, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #16291E is Cyan = 0.46, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.84.

Color convert

RGB224130-
CMYK0.4600.270.84
HSL145.26º30.16%12.35%-
HSV(B)145.26º46.34%16.08%-
XYZ1.361.851.51-
YUV34.06125.71119.39-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 23.66%
GREEN value IS 41 (16.41% from 255) = 44.09%
BLUE value IS 30 (12.11% from 255) = 32.26%
R=23.66%
G=44.09%
B=32.26%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2241300.4600.270.84145.2630.1612.35
Hex16291E2E01B54911ec
Octal265136560331242213614
Binary1011010100111110101110011011101010010010001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16291E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16291E; }

 p { color: rgb(22,41,30); }

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

<style>
 a { background-color: #16291E; }

 a { background-color: rgb(22,41,30); }

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

<style>
 span { border-color: #16291E; }

 span { border-color: rgb(22,41,30); }

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