#18291F

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

Shades of Cardin Green #18291F

Tints of Cardin Green #18291F

Color information

#18291F (or 0x18291F) is unknown color: approx Cardin Green. HEX triplet: 18, 29 and 1F. RGB value is (24,41,31). Sum of RGB (Red+Green+Blue) = 24+41+31=96 (12% of max value = 765). Red value is 24 (9.77% from 255 or 25% from 96); Green value is 41 (16.41% from 255 or 42.71% from 96); Blue value is 31 (12.5% from 255 or 32.29% from 96); Max value from RGB is 41 - color contains mainly: green. Hex color #18291F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18291F is #E7D6E0. Grayscale: #222222. Windows color (decimal): -15193825 or 2042136. OLE color: 2042136.

HSL color Cylindrical-coordinate representation of color #18291F: hue angle of 144.71º degrees, saturation: 0.26, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #18291F is Cyan = 0.41, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.84.

Color convert

RGB244131-
CMYK0.4100.240.84
HSL144.71º26.15%12.75%-
HSV(B)144.71º41.46%16.08%-
XYZ1.421.881.58-
YUV34.78125.87120.31-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 25%
GREEN value IS 41 (16.41% from 255) = 42.71%
BLUE value IS 31 (12.5% from 255) = 32.29%
R=25%
G=42.71%
B=32.29%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2441310.4100.240.84144.7126.1512.75
Hex18291F2901854911ad
Octal305137510301242213215
Binary1100010100111111101001011000101010010010001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18291F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18291F; }

 p { color: rgb(24,41,31); }

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

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

 a { background-color: rgb(24,41,31); }

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

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

 span { border-color: rgb(24,41,31); }

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