#18221D

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

Shades of Cardin Green #18221D

Tints of Cardin Green #18221D

Color information

#18221D (or 0x18221D) is unknown color: approx Cardin Green. HEX triplet: 18, 22 and 1D. RGB value is (24,34,29). Sum of RGB (Red+Green+Blue) = 24+34+29=87 (11% of max value = 765). Red value is 24 (9.77% from 255 or 27.59% from 87); Green value is 34 (13.67% from 255 or 39.08% from 87); Blue value is 29 (11.72% from 255 or 33.33% from 87); Max value from RGB is 34 - color contains mainly: green. Hex color #18221D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18221D is #E7DDE2. Grayscale: #1E1E1E. Windows color (decimal): -15195619 or 1909272. OLE color: 1909272.

HSL color Cylindrical-coordinate representation of color #18221D: hue angle of 150º 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 #18221D is Cyan = 0.29, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.87.

Color convert

RGB243429-
CMYK0.2900.150.87
HSL150º17.24%11.37%-
HSV(B)150º29.41%13.33%-
XYZ1.171.431.38-
YUV30.44127.19123.41-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 27.59%
GREEN value IS 34 (13.67% from 255) = 39.08%
BLUE value IS 29 (11.72% from 255) = 33.33%
R=27.59%
G=39.08%
B=33.33%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2434290.2900.150.8715017.2411.37
Hex18221D1D0F579611b
Octal304235350171272262113
Binary11000100010111011110101111101011110010110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18221D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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