#182820

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

Shades of Cardin Green #182820

Tints of Cardin Green #182820

Color information

#182820 (or 0x182820) is unknown color: approx Cardin Green. HEX triplet: 18, 28 and 20. RGB value is (24,40,32). Sum of RGB (Red+Green+Blue) = 24+40+32=96 (12% of max value = 765). Red value is 24 (9.77% from 255 or 25% from 96); Green value is 40 (16.02% from 255 or 41.67% from 96); Blue value is 32 (12.89% from 255 or 33.33% from 96); Max value from RGB is 40 - color contains mainly: green. Hex color #182820 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182820 is #E7D7DF. Grayscale: #222222. Windows color (decimal): -15194080 or 2107416. OLE color: 2107416.

HSL color Cylindrical-coordinate representation of color #182820: hue angle of 150º 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 #182820 is Cyan = 0.40, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.84.

Color convert

RGB244032-
CMYK0.4000.200.84
HSL150º25%12.55%-
HSV(B)150º40%15.69%-
XYZ1.41.821.64-
YUV34.3126.7120.65-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 25%
GREEN value IS 40 (16.02% from 255) = 41.67%
BLUE value IS 32 (12.89% from 255) = 33.33%
R=25%
G=41.67%
B=33.33%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2440320.4000.200.841502512.55
Hex18282028014549619d
Octal305040500241242263115
Binary11000101000100000101000010100101010010010110110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182820; }

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

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

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

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

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

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

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

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