#14392A

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

Shades of Cardin Green #14392A

Tints of Cardin Green #14392A

Color information

#14392A (or 0x14392A) is unknown color: approx Cardin Green. HEX triplet: 14, 39 and 2A. RGB value is (20,57,42). Sum of RGB (Red+Green+Blue) = 20+57+42=119 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.81% from 119); Green value is 57 (22.66% from 255 or 47.90% from 119); Blue value is 42 (16.80% from 255 or 35.29% from 119); Max value from RGB is 57 - color contains mainly: green. Hex color #14392A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14392A is #EBC6D5. Grayscale: #2C2C2C. Windows color (decimal): -15451862 or 2767124. OLE color: 2767124.

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

Color convert

RGB205742-
CMYK0.6500.260.78
HSL155.68º48.05%15.1%-
HSV(B)155.68º64.91%22.35%-
XYZ2.173.242.7-
YUV44.23126.74110.72-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.81%
GREEN value IS 57 (22.66% from 255) = 47.90%
BLUE value IS 42 (16.80% from 255) = 35.29%
R=16.81%
G=47.90%
B=35.29%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2057420.6500.260.78155.6848.0515.1
Hex14392A4101A4E9c30f
Octal2471521010321162346017
Binary1010011100110101010000010110101001110100111001100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14392A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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