#143025

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

Shades of Cardin Green #143025

Tints of Cardin Green #143025

Color information

#143025 (or 0x143025) is unknown color: approx Cardin Green. HEX triplet: 14, 30 and 25. RGB value is (20,48,37). Sum of RGB (Red+Green+Blue) = 20+48+37=105 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.05% from 105); Green value is 48 (19.14% from 255 or 45.71% from 105); Blue value is 37 (14.84% from 255 or 35.24% from 105); Max value from RGB is 48 - color contains mainly: green. Hex color #143025 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143025 is #EBCFDA. Grayscale: #262626. Windows color (decimal): -15454171 or 2437140. OLE color: 2437140.

HSL color Cylindrical-coordinate representation of color #143025: hue angle of 156.43º 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 #143025 is Cyan = 0.58, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.81.

Color convert

RGB204837-
CMYK0.5800.230.81
HSL156.43º41.18%13.33%-
HSV(B)156.43º58.33%18.82%-
XYZ1.682.42.12-
YUV38.37127.22114.89-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 19.05%
GREEN value IS 48 (19.14% from 255) = 45.71%
BLUE value IS 37 (14.84% from 255) = 35.24%
R=19.05%
G=45.71%
B=35.24%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2048370.5800.230.81156.4341.1813.33
Hex1430253A017519c29d
Octal246045720271212345115
Binary101001100001001011110100101111010001100111001010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143025; }

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

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

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

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

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

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

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

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