#143B2B

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

Shades of Cardin Green #143B2B

Tints of Cardin Green #143B2B

Color information

#143B2B (or 0x143B2B) is unknown color: approx Cardin Green. HEX triplet: 14, 3B and 2B. RGB value is (20,59,43). Sum of RGB (Red+Green+Blue) = 20+59+43=122 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.39% from 122); Green value is 59 (23.44% from 255 or 48.36% from 122); Blue value is 43 (17.19% from 255 or 35.25% from 122); Max value from RGB is 59 - color contains mainly: green. Hex color #143B2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143B2B is #EBC4D4. Grayscale: #2D2D2D. Windows color (decimal): -15451349 or 2833172. OLE color: 2833172.

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

Color convert

RGB205943-
CMYK0.6600.270.77
HSL155.38º49.37%15.49%-
HSV(B)155.38º66.1%23.14%-
XYZ2.293.452.83-
YUV45.51126.58109.8-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.39%
GREEN value IS 59 (23.44% from 255) = 48.36%
BLUE value IS 43 (17.19% from 255) = 35.25%
R=16.39%
G=48.36%
B=35.25%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2059430.6600.270.77155.3849.3715.49
Hex143B2B4201B4D9b31f
Octal2473531020331152336117
Binary1010011101110101110000100110111001101100110111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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