#16231E

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

Shades of Cardin Green #16231E

Tints of Cardin Green #16231E

Color information

#16231E (or 0x16231E) is unknown color: approx Cardin Green. HEX triplet: 16, 23 and 1E. RGB value is (22,35,30). Sum of RGB (Red+Green+Blue) = 22+35+30=87 (11% of max value = 765). Red value is 22 (8.98% from 255 or 25.29% from 87); Green value is 35 (14.06% from 255 or 40.23% from 87); Blue value is 30 (12.11% from 255 or 34.48% from 87); Max value from RGB is 35 - color contains mainly: green. Hex color #16231E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16231E is #E9DCE1. Grayscale: #1E1E1E. Windows color (decimal): -15326434 or 1975062. OLE color: 1975062.

HSL color Cylindrical-coordinate representation of color #16231E: hue angle of 156.92º 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 #16231E is Cyan = 0.37, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.86.

Color convert

RGB223530-
CMYK0.3700.140.86
HSL156.92º22.81%11.18%-
HSV(B)156.92º37.14%13.73%-
XYZ1.171.471.45-
YUV30.54127.69121.91-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 25.29%
GREEN value IS 35 (14.06% from 255) = 40.23%
BLUE value IS 30 (12.11% from 255) = 34.48%
R=25.29%
G=40.23%
B=34.48%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2235300.3700.140.86156.9222.8111.18
Hex16231E250E569d17b
Octal264336450161262352713
Binary101101000111111010010101110101011010011101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16231E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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