#143B2A

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

Shades of Cardin Green #143B2A

Tints of Cardin Green #143B2A

Color information

#143B2A (or 0x143B2A) is unknown color: approx Cardin Green. HEX triplet: 14, 3B and 2A. RGB value is (20,59,42). Sum of RGB (Red+Green+Blue) = 20+59+42=121 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.53% from 121); Green value is 59 (23.44% from 255 or 48.76% from 121); Blue value is 42 (16.80% from 255 or 34.71% from 121); Max value from RGB is 59 - color contains mainly: green. Hex color #143B2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143B2A is #EBC4D5. Grayscale: #2D2D2D. Windows color (decimal): -15451350 or 2767636. OLE color: 2767636.

HSL color Cylindrical-coordinate representation of color #143B2A: hue angle of 153.85º 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 #143B2A is Cyan = 0.66, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.77.

Color convert

RGB205942-
CMYK0.6600.290.77
HSL153.85º49.37%15.49%-
HSV(B)153.85º66.1%23.14%-
XYZ2.273.442.74-
YUV45.4126.08109.88-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.53%
GREEN value IS 59 (23.44% from 255) = 48.76%
BLUE value IS 42 (16.80% from 255) = 34.71%
R=16.53%
G=48.76%
B=34.71%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2059420.6600.290.77153.8549.3715.49
Hex143B2A4201D4D9a31f
Octal2473521020351152326117
Binary1010011101110101010000100111011001101100110101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,59,42); }

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

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

 a { background-color: rgb(20,59,42); }

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

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

 span { border-color: rgb(20,59,42); }

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