#16291F

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

Shades of Cardin Green #16291F

Tints of Cardin Green #16291F

Color information

#16291F (or 0x16291F) is unknown color: approx Cardin Green. HEX triplet: 16, 29 and 1F. RGB value is (22,41,31). Sum of RGB (Red+Green+Blue) = 22+41+31=94 (12% of max value = 765). Red value is 22 (8.98% from 255 or 23.40% from 94); Green value is 41 (16.41% from 255 or 43.62% from 94); Blue value is 31 (12.5% from 255 or 32.98% from 94); Max value from RGB is 41 - color contains mainly: green. Hex color #16291F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16291F is #E9D6E0. Grayscale: #222222. Windows color (decimal): -15324897 or 2042134. OLE color: 2042134.

HSL color Cylindrical-coordinate representation of color #16291F: hue angle of 148.42º 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 #16291F is Cyan = 0.46, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.84.

Color convert

RGB224131-
CMYK0.4600.240.84
HSL148.42º30.16%12.35%-
HSV(B)148.42º46.34%16.08%-
XYZ1.371.861.58-
YUV34.18126.21119.31-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 23.40%
GREEN value IS 41 (16.41% from 255) = 43.62%
BLUE value IS 31 (12.5% from 255) = 32.98%
R=23.40%
G=43.62%
B=32.98%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2241310.4600.240.84148.4230.1612.35
Hex16291F2E01854941ec
Octal265137560301242243614
Binary1011010100111111101110011000101010010010100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16291F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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