#18261E

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

Shades of Cardin Green #18261E

Tints of Cardin Green #18261E

Color information

#18261E (or 0x18261E) is unknown color: approx Cardin Green. HEX triplet: 18, 26 and 1E. RGB value is (24,38,30). Sum of RGB (Red+Green+Blue) = 24+38+30=92 (12% of max value = 765). Red value is 24 (9.77% from 255 or 26.09% from 92); Green value is 38 (15.23% from 255 or 41.30% from 92); Blue value is 30 (12.11% from 255 or 32.61% from 92); Max value from RGB is 38 - color contains mainly: green. Hex color #18261E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18261E is #E7D9E1. Grayscale: #202020. Windows color (decimal): -15194594 or 1975832. OLE color: 1975832.

HSL color Cylindrical-coordinate representation of color #18261E: hue angle of 145.71º degrees, saturation: 0.23, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #18261E is Cyan = 0.37, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.85.

Color convert

RGB243830-
CMYK0.3700.210.85
HSL145.71º22.58%12.16%-
HSV(B)145.71º36.84%14.9%-
XYZ1.31.671.48-
YUV32.9126.36121.65-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 26.09%
GREEN value IS 38 (15.23% from 255) = 41.30%
BLUE value IS 30 (12.11% from 255) = 32.61%
R=26.09%
G=41.30%
B=32.61%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2438300.3700.210.85145.7122.5812.16
Hex18261E25015559217c
Octal304636450251252222714
Binary1100010011011110100101010101101010110010010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18261E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18261E; }

 p { color: rgb(24,38,30); }

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

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

 a { background-color: rgb(24,38,30); }

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

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

 span { border-color: rgb(24,38,30); }

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