#143A2A

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

Shades of Cardin Green #143A2A

Tints of Cardin Green #143A2A

Color information

#143A2A (or 0x143A2A) is unknown color: approx Cardin Green. HEX triplet: 14, 3A and 2A. RGB value is (20,58,42). Sum of RGB (Red+Green+Blue) = 20+58+42=120 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.67% from 120); Green value is 58 (23.05% from 255 or 48.33% from 120); Blue value is 42 (16.80% from 255 or 35% from 120); Max value from RGB is 58 - color contains mainly: green. Hex color #143A2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143A2A is #EBC5D5. Grayscale: #2C2C2C. Windows color (decimal): -15451606 or 2767380. OLE color: 2767380.

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

Color convert

RGB205842-
CMYK0.6600.280.77
HSL154.74º48.72%15.29%-
HSV(B)154.74º65.52%22.75%-
XYZ2.223.342.72-
YUV44.81126.41110.3-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.67%
GREEN value IS 58 (23.05% from 255) = 48.33%
BLUE value IS 42 (16.80% from 255) = 35%
R=16.67%
G=48.33%
B=35%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2058420.6600.280.77154.7448.7215.29
Hex143A2A4201C4D9b31f
Octal2472521020341152336117
Binary1010011101010101010000100111001001101100110111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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