#14382A

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

Shades of Cardin Green #14382A

Tints of Cardin Green #14382A

Color information

#14382A (or 0x14382A) is unknown color: approx Cardin Green. HEX triplet: 14, 38 and 2A. RGB value is (20,56,42). Sum of RGB (Red+Green+Blue) = 20+56+42=118 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.95% from 118); Green value is 56 (22.27% from 255 or 47.46% from 118); Blue value is 42 (16.80% from 255 or 35.59% from 118); Max value from RGB is 56 - color contains mainly: green. Hex color #14382A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14382A is #EBC7D5. Grayscale: #2B2B2B. Windows color (decimal): -15452118 or 2766868. OLE color: 2766868.

HSL color Cylindrical-coordinate representation of color #14382A: hue angle of 156.67º 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 #14382A is Cyan = 0.64, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.78.

Color convert

RGB205642-
CMYK0.6400.250.78
HSL156.67º47.37%14.9%-
HSV(B)156.67º64.29%21.96%-
XYZ2.123.142.69-
YUV43.64127.07111.14-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.95%
GREEN value IS 56 (22.27% from 255) = 47.46%
BLUE value IS 42 (16.80% from 255) = 35.59%
R=16.95%
G=47.46%
B=35.59%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2056420.6400.250.78156.6747.3714.9
Hex14382A400194E9d2ff
Octal2470521000311162355717
Binary1010011100010101010000000110011001110100111011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14382A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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