#16231D

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

Shades of Cardin Green #16231D

Tints of Cardin Green #16231D

Color information

#16231D (or 0x16231D) is unknown color: approx Cardin Green. HEX triplet: 16, 23 and 1D. RGB value is (22,35,29). Sum of RGB (Red+Green+Blue) = 22+35+29=86 (11% of max value = 765). Red value is 22 (8.98% from 255 or 25.58% from 86); Green value is 35 (14.06% from 255 or 40.70% from 86); Blue value is 29 (11.72% from 255 or 33.72% from 86); Max value from RGB is 35 - color contains mainly: green. Hex color #16231D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16231D is #E9DCE2. Grayscale: #1E1E1E. Windows color (decimal): -15326435 or 1909526. OLE color: 1909526.

HSL color Cylindrical-coordinate representation of color #16231D: hue angle of 152.31º degrees, saturation: 0.23, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #16231D is Cyan = 0.37, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.86.

Color convert

RGB223529-
CMYK0.3700.170.86
HSL152.31º22.81%11.18%-
HSV(B)152.31º37.14%13.73%-
XYZ1.151.461.38-
YUV30.43127.19121.99-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 25.58%
GREEN value IS 35 (14.06% from 255) = 40.70%
BLUE value IS 29 (11.72% from 255) = 33.72%
R=25.58%
G=40.70%
B=33.72%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2235290.3700.170.86152.3122.8111.18
Hex16231D25011569817b
Octal264335450211262302713
Binary1011010001111101100101010001101011010011000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16231D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16231D; }

 p { color: rgb(22,35,29); }

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

<style>
 a { background-color: #16231D; }

 a { background-color: rgb(22,35,29); }

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

<style>
 span { border-color: #16231D; }

 span { border-color: rgb(22,35,29); }

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