#14392B

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

Shades of Cardin Green #14392B

Tints of Cardin Green #14392B

Color information

#14392B (or 0x14392B) is unknown color: approx Cardin Green. HEX triplet: 14, 39 and 2B. RGB value is (20,57,43). Sum of RGB (Red+Green+Blue) = 20+57+43=120 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.67% from 120); Green value is 57 (22.66% from 255 or 47.5% from 120); Blue value is 43 (17.19% from 255 or 35.83% from 120); Max value from RGB is 57 - color contains mainly: green. Hex color #14392B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14392B is #EBC6D4. Grayscale: #2C2C2C. Windows color (decimal): -15451861 or 2832660. OLE color: 2832660.

HSL color Cylindrical-coordinate representation of color #14392B: hue angle of 157.3º degrees, saturation: 0.48, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #14392B is Cyan = 0.65, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.78.

Color convert

RGB205743-
CMYK0.6500.250.78
HSL157.3º48.05%15.1%-
HSV(B)157.3º64.91%22.35%-
XYZ2.193.252.8-
YUV44.34127.24110.64-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.67%
GREEN value IS 57 (22.66% from 255) = 47.5%
BLUE value IS 43 (17.19% from 255) = 35.83%
R=16.67%
G=47.5%
B=35.83%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2057430.6500.250.78157.348.0515.1
Hex14392B410194E9d30f
Octal2471531010311162356017
Binary1010011100110101110000010110011001110100111011100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14392B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14392B; }

 p { color: rgb(20,57,43); }

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

<style>
 a { background-color: #14392B; }

 a { background-color: rgb(20,57,43); }

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

<style>
 span { border-color: #14392B; }

 span { border-color: rgb(20,57,43); }

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