#142B1E

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

Shades of Cardin Green #142B1E

Tints of Cardin Green #142B1E

Color information

#142B1E (or 0x142B1E) is unknown color: approx Cardin Green. HEX triplet: 14, 2B and 1E. RGB value is (20,43,30). Sum of RGB (Red+Green+Blue) = 20+43+30=93 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.51% from 93); Green value is 43 (17.19% from 255 or 46.24% from 93); Blue value is 30 (12.11% from 255 or 32.26% from 93); Max value from RGB is 43 - color contains mainly: green. Hex color #142B1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142B1E is #EBD4E1. Grayscale: #222222. Windows color (decimal): -15455458 or 1977108. OLE color: 1977108.

HSL color Cylindrical-coordinate representation of color #142B1E: hue angle of 146.09º degrees, saturation: 0.37, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #142B1E is Cyan = 0.53, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.83.

Color convert

RGB204330-
CMYK0.5300.300.83
HSL146.09º36.51%12.35%-
HSV(B)146.09º53.49%16.86%-
XYZ1.391.971.54-
YUV34.64125.38117.56-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 21.51%
GREEN value IS 43 (17.19% from 255) = 46.24%
BLUE value IS 30 (12.11% from 255) = 32.26%
R=21.51%
G=46.24%
B=32.26%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2043300.5300.300.83146.0936.5112.35
Hex142B1E3501E539225c
Octal245336650361232224514
Binary10100101011111101101010111101010011100100101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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