Html Css Color HEX #143A2B Cardin Green

📋 copy color: '#143A2B'

red 20 ◦ green 58 ◦ blue 43

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

Shades of Cardin Green #143A2B

Tints of Cardin Green #143A2B

RGB

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

 GREEN value IS 58 (23.05% from 255) = 47.93%

 BLUE value IS 43 (17.19% from 255) = 35.54%

R = 16.53%
G = 47.93%
B = 35.54%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.26

 K value IS 0.77

RGB Variations

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

Color information

#143A2B (or 0x143A2B) is known color: Cardin Green. HEX triplet: 14, 3A and 2B. RGB value is (20,58,43). Sum of RGB (Red+Green+Blue) = 20+58+43=121 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.53% from 121); Green value is 58 (23.05% from 255 or 47.93% from 121); Blue value is 43 (17.19% from 255 or 35.54% from 121); Max value from RGB is 58 - color contains mainly: green. Hex color #143A2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143A2B is #EBC5D4. Grayscale: #2C2C2C. Windows color (decimal): -15451605 or 2832916. OLE color: 2832916.

HSL color Cylindrical-coordinate representation of color #143A2B: hue angle of 156.32º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #143A2B is Cyan = 0.66, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.77.

Color convert

RGB 20 58 43 -
CMYK 0.66 0 0.26 0.77
HSL 156.32º 0.49% 0.15% -
HSV(B) 156.32º 0.66% 0.23% -
XYZ 2.24 3.35 2.81 -
YUV 44.93 126.91 110.22 -
System Red Green Blue C M Y K H S L
Decimal 20 58 43 0.66 0 0.26 0.77 156.32 0.49 0.15
Hex 14 3A 2B 42 0 1A 4D 9C 31 F
Octal 24 72 53 102 0 32 115 234 61 17
Binary 10100 111010 101011 1000010 0 11010 1001101 10011100 110001 1111

Color Harmonies of #143A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143A2B

Black with #143A2B

Text Example


Text Example

White with #143A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143A2B; }

 p { color: rgb(20,58,43); }

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

background-color css

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

 a { background-color: rgb(20,58,43); }

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

border-color css

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

 span { border-color: rgb(20,58,43); }

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