#143429

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

Shades of Cardin Green #143429

Tints of Cardin Green #143429

Color information

#143429 (or 0x143429) is unknown color: approx Cardin Green. HEX triplet: 14, 34 and 29. RGB value is (20,52,41). Sum of RGB (Red+Green+Blue) = 20+52+41=113 (14% of max value = 765). Red value is 20 (8.20% from 255 or 17.70% from 113); Green value is 52 (20.70% from 255 or 46.02% from 113); Blue value is 41 (16.41% from 255 or 36.28% from 113); Max value from RGB is 52 - color contains mainly: green. Hex color #143429 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143429 is #EBCBD6. Grayscale: #292929. Windows color (decimal): -15453143 or 2700308. OLE color: 2700308.

HSL color Cylindrical-coordinate representation of color #143429: hue angle of 159.38º degrees, saturation: 0.44, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #143429 is Cyan = 0.62, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.80.

Color convert

RGB205241-
CMYK0.6200.210.80
HSL159.38º44.44%14.12%-
HSV(B)159.38º61.54%20.39%-
XYZ1.922.762.53-
YUV41.18127.9112.89-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 17.70%
GREEN value IS 52 (20.70% from 255) = 46.02%
BLUE value IS 41 (16.41% from 255) = 36.28%
R=17.70%
G=46.02%
B=36.28%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2052410.6200.210.80159.3844.4414.12
Hex1434293E015509f2ce
Octal246451760251202375416
Binary101001101001010011111100101011010000100111111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143429; }

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

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

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

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

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

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

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

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