#143829

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

Shades of Cardin Green #143829

Tints of Cardin Green #143829

Color information

#143829 (or 0x143829) is unknown color: approx Cardin Green. HEX triplet: 14, 38 and 29. RGB value is (20,56,41). Sum of RGB (Red+Green+Blue) = 20+56+41=117 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.09% from 117); Green value is 56 (22.27% from 255 or 47.86% from 117); Blue value is 41 (16.41% from 255 or 35.04% from 117); Max value from RGB is 56 - color contains mainly: green. Hex color #143829 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143829 is #EBC7D6. Grayscale: #2B2B2B. Windows color (decimal): -15452119 or 2701332. OLE color: 2701332.

HSL color Cylindrical-coordinate representation of color #143829: hue angle of 155º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #143829 is Cyan = 0.64, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.78.

Color convert

RGB205641-
CMYK0.6400.270.78
HSL155º47.37%14.9%-
HSV(B)155º64.29%21.96%-
XYZ2.13.142.59-
YUV43.53126.57111.22-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 17.09%
GREEN value IS 56 (22.27% from 255) = 47.86%
BLUE value IS 41 (16.41% from 255) = 35.04%
R=17.09%
G=47.86%
B=35.04%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2056410.6400.270.7815547.3714.9
Hex1438294001B4E9b2ff
Octal2470511000331162335717
Binary1010011100010100110000000110111001110100110111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143829; }

 p { color: rgb(20,56,41); }

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

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

 a { background-color: rgb(20,56,41); }

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

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

 span { border-color: rgb(20,56,41); }

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