#14382C

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

Shades of Cardin Green #14382C

Tints of Cardin Green #14382C

Color information

#14382C (or 0x14382C) is unknown color: approx Cardin Green. HEX triplet: 14, 38 and 2C. RGB value is (20,56,44). Sum of RGB (Red+Green+Blue) = 20+56+44=120 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.67% from 120); Green value is 56 (22.27% from 255 or 46.67% from 120); Blue value is 44 (17.58% from 255 or 36.67% from 120); Max value from RGB is 56 - color contains mainly: green. Hex color #14382C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14382C is #EBC7D3. Grayscale: #2B2B2B. Windows color (decimal): -15452116 or 2897940. OLE color: 2897940.

HSL color Cylindrical-coordinate representation of color #14382C: hue angle of 160º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #14382C is Cyan = 0.64, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.78.

Color convert

RGB205644-
CMYK0.6400.210.78
HSL160º47.37%14.9%-
HSV(B)160º64.29%21.96%-
XYZ2.163.162.88-
YUV43.87128.07110.98-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.67%
GREEN value IS 56 (22.27% from 255) = 46.67%
BLUE value IS 44 (17.58% from 255) = 36.67%
R=16.67%
G=46.67%
B=36.67%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2056440.6400.210.7816047.3714.9
Hex14382C400154Ea02ff
Octal2470541000251162405717
Binary1010011100010110010000000101011001110101000001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14382C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,56,44); }

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

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

 a { background-color: rgb(20,56,44); }

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

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

 span { border-color: rgb(20,56,44); }

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