Html Css Color HEX #143126 Cardin Green

📋 copy color: '#143126'

red 20 ◦ green 49 ◦ blue 38

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

Shades of Cardin Green #143126

Tints of Cardin Green #143126

RGB

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

 GREEN value IS 49 (19.53% from 255) = 45.79%

 BLUE value IS 38 (15.23% from 255) = 35.51%

R = 18.69%
G = 45.79%
B = 35.51%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.22

 K value IS 0.81

RGB Variations

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

Color information

#143126 (or 0x143126) is known color: Cardin Green. HEX triplet: 14, 31 and 26. RGB value is (20,49,38). Sum of RGB (Red+Green+Blue) = 20+49+38=107 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.69% from 107); Green value is 49 (19.53% from 255 or 45.79% from 107); Blue value is 38 (15.23% from 255 or 35.51% from 107); Max value from RGB is 49 - color contains mainly: green. Hex color #143126 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143126 is #EBCED9. Grayscale: #272727. Windows color (decimal): -15453914 or 2502932. OLE color: 2502932.

HSL color Cylindrical-coordinate representation of color #143126: hue angle of 157.24º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #143126 is Cyan = 0.59, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.81.

Color convert

RGB 20 49 38 -
CMYK 0.59 0 0.22 0.81
HSL 157.24º 0.42% 0.14% -
HSV(B) 157.24º 0.59% 0.19% -
XYZ 1.74 2.49 2.22 -
YUV 39.08 127.39 114.39 -
System Red Green Blue C M Y K H S L
Decimal 20 49 38 0.59 0 0.22 0.81 157.24 0.42 0.14
Hex 14 31 26 3B 0 16 51 9D 2A E
Octal 24 61 46 73 0 26 121 235 52 16
Binary 10100 110001 100110 111011 0 10110 1010001 10011101 101010 1110

Color Harmonies of #143126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143126

Black with #143126

Text Example


Text Example

White with #143126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143126; }

 p { color: rgb(20,49,38); }

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

background-color css

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

 a { background-color: rgb(20,49,38); }

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

border-color css

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

 span { border-color: rgb(20,49,38); }

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