Html Css Color HEX #143729 Cardin Green

📋 copy color: '#143729'

red 20 ◦ green 55 ◦ blue 41

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

Shades of Cardin Green #143729

Tints of Cardin Green #143729

RGB

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

 GREEN value IS 55 (21.88% from 255) = 47.41%

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

R = 17.24%
G = 47.41%
B = 35.34%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.25

 K value IS 0.78

RGB Variations

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

Color information

#143729 (or 0x143729) is known color: Cardin Green. HEX triplet: 14, 37 and 29. RGB value is (20,55,41). Sum of RGB (Red+Green+Blue) = 20+55+41=116 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.24% from 116); Green value is 55 (21.88% from 255 or 47.41% from 116); Blue value is 41 (16.41% from 255 or 35.34% from 116); Max value from RGB is 55 - color contains mainly: green. Hex color #143729 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143729 is #EBC8D6. Grayscale: #2A2A2A. Windows color (decimal): -15452375 or 2701076. OLE color: 2701076.

HSL color Cylindrical-coordinate representation of color #143729: hue angle of 156º 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 #143729 is Cyan = 0.64, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.78.

Color convert

RGB 20 55 41 -
CMYK 0.64 0 0.25 0.78
HSL 156º 0.47% 0.15% -
HSV(B) 156º 0.64% 0.22% -
XYZ 2.05 3.04 2.58 -
YUV 42.94 126.9 111.64 -
System Red Green Blue C M Y K H S L
Decimal 20 55 41 0.64 0 0.25 0.78 156 0.47 0.15
Hex 14 37 29 40 0 19 4E 9C 2F F
Octal 24 67 51 100 0 31 116 234 57 17
Binary 10100 110111 101001 1000000 0 11001 1001110 10011100 101111 1111

Color Harmonies of #143729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143729

Black with #143729

Text Example


Text Example

White with #143729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143729; }

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

 H1.HeaderClassName
 {
   color: #143729;
 }
 .AnyTagClassName
 {
   color: #143729;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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