#143023

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

Shades of Cardin Green #143023

Tints of Cardin Green #143023

Color information

#143023 (or 0x143023) is unknown color: approx Cardin Green. HEX triplet: 14, 30 and 23. RGB value is (20,48,35). Sum of RGB (Red+Green+Blue) = 20+48+35=103 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.42% from 103); Green value is 48 (19.14% from 255 or 46.60% from 103); Blue value is 35 (14.06% from 255 or 33.98% from 103); Max value from RGB is 48 - color contains mainly: green. Hex color #143023 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143023 is #EBCFDC. Grayscale: #262626. Windows color (decimal): -15454173 or 2306068. OLE color: 2306068.

HSL color Cylindrical-coordinate representation of color #143023: hue angle of 152.14º degrees, saturation: 0.41, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #143023 is Cyan = 0.58, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.81.

Color convert

RGB204835-
CMYK0.5800.270.81
HSL152.14º41.18%13.33%-
HSV(B)152.14º58.33%18.82%-
XYZ1.652.381.96-
YUV38.15126.22115.06-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 19.42%
GREEN value IS 48 (19.14% from 255) = 46.60%
BLUE value IS 35 (14.06% from 255) = 33.98%
R=19.42%
G=46.60%
B=33.98%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2048350.5800.270.81152.1441.1813.33
Hex1430233A01B519829d
Octal246043720331212305115
Binary101001100001000111110100110111010001100110001010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143023; }

 p { color: rgb(20,48,35); }

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

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

 a { background-color: rgb(20,48,35); }

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

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

 span { border-color: rgb(20,48,35); }

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