#16241E

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

Shades of Cardin Green #16241E

Tints of Cardin Green #16241E

Color information

#16241E (or 0x16241E) is unknown color: approx Cardin Green. HEX triplet: 16, 24 and 1E. RGB value is (22,36,30). Sum of RGB (Red+Green+Blue) = 22+36+30=88 (11% of max value = 765). Red value is 22 (8.98% from 255 or 25% from 88); Green value is 36 (14.45% from 255 or 40.91% from 88); Blue value is 30 (12.11% from 255 or 34.09% from 88); Max value from RGB is 36 - color contains mainly: green. Hex color #16241E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16241E is #E9DBE1. Grayscale: #1F1F1F. Windows color (decimal): -15326178 or 1975318. OLE color: 1975318.

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

Color convert

RGB223630-
CMYK0.3900.170.86
HSL154.29º24.14%11.37%-
HSV(B)154.29º38.89%14.12%-
XYZ1.21.531.46-
YUV31.13127.36121.49-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 25%
GREEN value IS 36 (14.45% from 255) = 40.91%
BLUE value IS 30 (12.11% from 255) = 34.09%
R=25%
G=40.91%
B=34.09%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2236300.3900.170.86154.2924.1411.37
Hex16241E27011569a18b
Octal264436470211262323013
Binary1011010010011110100111010001101011010011010110001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16241E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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