#18221E

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

Shades of Cardin Green #18221E

Tints of Cardin Green #18221E

Color information

#18221E (or 0x18221E) is unknown color: approx Cardin Green. HEX triplet: 18, 22 and 1E. RGB value is (24,34,30). Sum of RGB (Red+Green+Blue) = 24+34+30=88 (11% of max value = 765). Red value is 24 (9.77% from 255 or 27.27% from 88); Green value is 34 (13.67% from 255 or 38.64% from 88); Blue value is 30 (12.11% from 255 or 34.09% from 88); Max value from RGB is 34 - color contains mainly: green. Hex color #18221E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18221E is #E7DDE1. Grayscale: #1E1E1E. Windows color (decimal): -15195618 or 1974808. OLE color: 1974808.

HSL color Cylindrical-coordinate representation of color #18221E: hue angle of 156º degrees, saturation: 0.17, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #18221E is Cyan = 0.29, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.87.

Color convert

RGB243430-
CMYK0.2900.120.87
HSL156º17.24%11.37%-
HSV(B)156º29.41%13.33%-
XYZ1.181.431.44-
YUV30.55127.69123.33-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 27.27%
GREEN value IS 34 (13.67% from 255) = 38.64%
BLUE value IS 30 (12.11% from 255) = 34.09%
R=27.27%
G=38.64%
B=34.09%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2434300.2900.120.8715617.2411.37
Hex18221E1D0C579c11b
Octal304236350141272342113
Binary11000100010111101110101100101011110011100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18221E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,34,30); }

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

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

 a { background-color: rgb(24,34,30); }

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

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

 span { border-color: rgb(24,34,30); }

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