#18392C

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

Shades of Cardin Green #18392C

Tints of Cardin Green #18392C

Color information

#18392C (or 0x18392C) is unknown color: approx Cardin Green. HEX triplet: 18, 39 and 2C. RGB value is (24,57,44). Sum of RGB (Red+Green+Blue) = 24+57+44=125 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.2% from 125); Green value is 57 (22.66% from 255 or 45.6% from 125); Blue value is 44 (17.58% from 255 or 35.2% from 125); Max value from RGB is 57 - color contains mainly: green. Hex color #18392C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18392C is #E7C6D3. Grayscale: #2D2D2D. Windows color (decimal): -15189716 or 2898200. OLE color: 2898200.

HSL color Cylindrical-coordinate representation of color #18392C: hue angle of 156.36º degrees, saturation: 0.41, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #18392C is Cyan = 0.58, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.78.

Color convert

RGB245744-
CMYK0.5800.230.78
HSL156.36º40.74%15.88%-
HSV(B)156.36º57.89%22.35%-
XYZ2.293.32.9-
YUV45.65127.07112.56-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 19.2%
GREEN value IS 57 (22.66% from 255) = 45.6%
BLUE value IS 44 (17.58% from 255) = 35.2%
R=19.2%
G=45.6%
B=35.2%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2457440.5800.230.78156.3640.7415.88
Hex18392C3A0174E9c2910
Octal307154720271162345120
Binary1100011100110110011101001011110011101001110010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18392C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18392C; }

 p { color: rgb(24,57,44); }

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

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

 a { background-color: rgb(24,57,44); }

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

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

 span { border-color: rgb(24,57,44); }

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