#182720

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

Shades of Cardin Green #182720

Tints of Cardin Green #182720

Color information

#182720 (or 0x182720) is unknown color: approx Cardin Green. HEX triplet: 18, 27 and 20. RGB value is (24,39,32). Sum of RGB (Red+Green+Blue) = 24+39+32=95 (12% of max value = 765). Red value is 24 (9.77% from 255 or 25.26% from 95); Green value is 39 (15.62% from 255 or 41.05% from 95); Blue value is 32 (12.89% from 255 or 33.68% from 95); Max value from RGB is 39 - color contains mainly: green. Hex color #182720 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182720 is #E7D8DF. Grayscale: #212121. Windows color (decimal): -15194336 or 2107160. OLE color: 2107160.

HSL color Cylindrical-coordinate representation of color #182720: hue angle of 152º degrees, saturation: 0.24, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #182720 is Cyan = 0.38, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.85.

Color convert

RGB243932-
CMYK0.3800.180.85
HSL152º23.81%12.35%-
HSV(B)152º38.46%15.29%-
XYZ1.361.751.63-
YUV33.72127.03121.07-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 25.26%
GREEN value IS 39 (15.62% from 255) = 41.05%
BLUE value IS 32 (12.89% from 255) = 33.68%
R=25.26%
G=41.05%
B=33.68%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2439320.3800.180.8515223.8112.35
Hex18272026012559818c
Octal304740460221252303014
Binary11000100111100000100110010010101010110011000110001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182720; }

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

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

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

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

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

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

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

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