#142720

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

Shades of Cardin Green #142720

Tints of Cardin Green #142720

Color information

#142720 (or 0x142720) is unknown color: approx Cardin Green. HEX triplet: 14, 27 and 20. RGB value is (20,39,32). Sum of RGB (Red+Green+Blue) = 20+39+32=91 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.98% from 91); Green value is 39 (15.62% from 255 or 42.86% from 91); Blue value is 32 (12.89% from 255 or 35.16% from 91); Max value from RGB is 39 - color contains mainly: green. Hex color #142720 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142720 is #EBD8DF. Grayscale: #202020. Windows color (decimal): -15456480 or 2107156. OLE color: 2107156.

HSL color Cylindrical-coordinate representation of color #142720: hue angle of 157.89º degrees, saturation: 0.32, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #142720 is Cyan = 0.49, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.85.

Color convert

RGB203932-
CMYK0.4900.180.85
HSL157.89º32.2%11.57%-
HSV(B)157.89º48.72%15.29%-
XYZ1.271.71.63-
YUV32.52127.71119.07-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 21.98%
GREEN value IS 39 (15.62% from 255) = 42.86%
BLUE value IS 32 (12.89% from 255) = 35.16%
R=21.98%
G=42.86%
B=35.16%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2039320.4900.180.85157.8932.211.57
Hex14272031012559e20c
Octal244740610221252364014
Binary101001001111000001100010100101010101100111101000001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142720; }

 p { color: rgb(20,39,32); }

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

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

 a { background-color: rgb(20,39,32); }

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

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

 span { border-color: rgb(20,39,32); }

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