#143928

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

Shades of Cardin Green #143928

Tints of Cardin Green #143928

Color information

#143928 (or 0x143928) is unknown color: approx Cardin Green. HEX triplet: 14, 39 and 28. RGB value is (20,57,40). Sum of RGB (Red+Green+Blue) = 20+57+40=117 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.09% from 117); Green value is 57 (22.66% from 255 or 48.72% from 117); Blue value is 40 (16.02% from 255 or 34.19% from 117); Max value from RGB is 57 - color contains mainly: green. Hex color #143928 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143928 is #EBC6D7. Grayscale: #2C2C2C. Windows color (decimal): -15451864 or 2636052. OLE color: 2636052.

HSL color Cylindrical-coordinate representation of color #143928: hue angle of 152.43º degrees, saturation: 0.48, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #143928 is Cyan = 0.65, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.78.

Color convert

RGB205740-
CMYK0.6500.300.78
HSL152.43º48.05%15.1%-
HSV(B)152.43º64.91%22.35%-
XYZ2.133.232.52-
YUV44125.74110.88-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 17.09%
GREEN value IS 57 (22.66% from 255) = 48.72%
BLUE value IS 40 (16.02% from 255) = 34.19%
R=17.09%
G=48.72%
B=34.19%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2057400.6500.300.78152.4348.0515.1
Hex1439284101E4E9830f
Octal2471501010361162306017
Binary1010011100110100010000010111101001110100110001100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143928; }

 p { color: rgb(20,57,40); }

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

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

 a { background-color: rgb(20,57,40); }

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

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

 span { border-color: rgb(20,57,40); }

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