Html Css Color HEX #143429 Cardin Green

📋 copy color: '#143429'

red 20 ◦ green 52 ◦ blue 41

#143429
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardin Green #143429

Tints of Cardin Green #143429

RGB

 RED value IS 20 (8.2% from 255) = 17.7%

 GREEN value IS 52 (20.7% from 255) = 46.02%

 BLUE value IS 41 (16.41% from 255) = 36.28%

R = 17.7%
G = 46.02%
B = 36.28%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.21

 K value IS 0.80

RGB Variations

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

Color information

#143429 (or 0x143429) is known color: 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

RGB 20 52 41 -
CMYK 0.62 0 0.21 0.80
HSL 159.38º 0.44% 0.14% -
HSV(B) 159.38º 0.62% 0.2% -
XYZ 1.92 2.76 2.53 -
YUV 41.18 127.9 112.89 -
System Red Green Blue C M Y K H S L
Decimal 20 52 41 0.62 0 0.21 0.80 159.38 0.44 0.14
Hex 14 34 29 3E 0 15 50 9F 2C E
Octal 24 64 51 76 0 25 120 237 54 16
Binary 10100 110100 101001 111110 0 10101 1010000 10011111 101100 1110

Color Harmonies of #143429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143429

Black with #143429

Text Example


Text Example

White with #143429

Text Example


Text Example

HTML Codes & Css Web 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>