#142E24

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

Shades of Cardin Green #142E24

Tints of Cardin Green #142E24

Color information

#142E24 (or 0x142E24) is unknown color: approx Cardin Green. HEX triplet: 14, 2E and 24. RGB value is (20,46,36). Sum of RGB (Red+Green+Blue) = 20+46+36=102 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.61% from 102); Green value is 46 (18.36% from 255 or 45.10% from 102); Blue value is 36 (14.45% from 255 or 35.29% from 102); Max value from RGB is 46 - color contains mainly: green. Hex color #142E24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142E24 is #EBD1DB. Grayscale: #252525. Windows color (decimal): -15454684 or 2371092. OLE color: 2371092.

HSL color Cylindrical-coordinate representation of color #142E24: hue angle of 156.92º degrees, saturation: 0.39, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #142E24 is Cyan = 0.57, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.82.

Color convert

RGB204636-
CMYK0.5700.220.82
HSL156.92º39.39%12.94%-
HSV(B)156.92º56.52%18.04%-
XYZ1.582.232.02-
YUV37.09127.39115.81-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 19.61%
GREEN value IS 46 (18.36% from 255) = 45.10%
BLUE value IS 36 (14.45% from 255) = 35.29%
R=19.61%
G=45.10%
B=35.29%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2046360.5700.220.82156.9239.3912.94
Hex142E2439016529d27d
Octal245644710261222354715
Binary101001011101001001110010101101010010100111011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142E24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142E24; }

 p { color: rgb(20,46,36); }

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

<style>
 a { background-color: #142E24; }

 a { background-color: rgb(20,46,36); }

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

<style>
 span { border-color: #142E24; }

 span { border-color: rgb(20,46,36); }

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