#18241E

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

Shades of Cardin Green #18241E

Tints of Cardin Green #18241E

Color information

#18241E (or 0x18241E) is unknown color: approx Cardin Green. HEX triplet: 18, 24 and 1E. RGB value is (24,36,30). Sum of RGB (Red+Green+Blue) = 24+36+30=90 (11% of max value = 765). Red value is 24 (9.77% from 255 or 26.67% from 90); Green value is 36 (14.45% from 255 or 40% from 90); Blue value is 30 (12.11% from 255 or 33.33% from 90); Max value from RGB is 36 - color contains mainly: green. Hex color #18241E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18241E is #E7DBE1. Grayscale: #1F1F1F. Windows color (decimal): -15195106 or 1975320. OLE color: 1975320.

HSL color Cylindrical-coordinate representation of color #18241E: hue angle of 150º degrees, saturation: 0.2, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #18241E is Cyan = 0.33, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.86.

Color convert

RGB243630-
CMYK0.3300.170.86
HSL150º20%11.76%-
HSV(B)150º33.33%14.12%-
XYZ1.241.551.46-
YUV31.73127.02122.49-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 26.67%
GREEN value IS 36 (14.45% from 255) = 40%
BLUE value IS 30 (12.11% from 255) = 33.33%
R=26.67%
G=40%
B=33.33%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2436300.3300.170.861502011.76
Hex18241E21011569614c
Octal304436410211262262414
Binary1100010010011110100001010001101011010010110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18241E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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