#182822

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

Shades of Cardin Green #182822

Tints of Cardin Green #182822

Color information

#182822 (or 0x182822) is unknown color: approx Cardin Green. HEX triplet: 18, 28 and 22. RGB value is (24,40,34). Sum of RGB (Red+Green+Blue) = 24+40+34=98 (12% of max value = 765). Red value is 24 (9.77% from 255 or 24.49% from 98); Green value is 40 (16.02% from 255 or 40.82% from 98); Blue value is 34 (13.67% from 255 or 34.69% from 98); Max value from RGB is 40 - color contains mainly: green. Hex color #182822 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182822 is #E7D7DD. Grayscale: #222222. Windows color (decimal): -15194078 or 2238488. OLE color: 2238488.

HSL color Cylindrical-coordinate representation of color #182822: hue angle of 157.5º degrees, saturation: 0.25, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #182822 is Cyan = 0.40, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.84.

Color convert

RGB244034-
CMYK0.4000.150.84
HSL157.5º25%12.55%-
HSV(B)157.5º40%15.69%-
XYZ1.421.831.79-
YUV34.53127.7120.49-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 24.49%
GREEN value IS 40 (16.02% from 255) = 40.82%
BLUE value IS 34 (13.67% from 255) = 34.69%
R=24.49%
G=40.82%
B=34.69%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2440340.4000.150.84157.52512.55
Hex182822280F549e19d
Octal305042500171242363115
Binary1100010100010001010100001111101010010011110110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182822; }

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

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

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

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

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

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

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

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