#20402D

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

Shades of Palm Green #20402D

Tints of Palm Green #20402D

Color information

#20402D (or 0x20402D) is unknown color: approx Palm Green. HEX triplet: 20, 40 and 2D. RGB value is (32,64,45). Sum of RGB (Red+Green+Blue) = 32+64+45=141 (18% of max value = 765). Red value is 32 (12.89% from 255 or 22.70% from 141); Green value is 64 (25.39% from 255 or 45.39% from 141); Blue value is 45 (17.97% from 255 or 31.91% from 141); Max value from RGB is 64 - color contains mainly: green. Hex color #20402D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20402D is #DFBFD2. Grayscale: #343434. Windows color (decimal): -14663635 or 2965536. OLE color: 2965536.

HSL color Cylindrical-coordinate representation of color #20402D: hue angle of 144.38º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #20402D is Cyan = 0.50, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.75.

Color convert

RGB326445-
CMYK0.5000.300.75
HSL144.38º33.33%18.82%-
HSV(B)144.38º50%25.1%-
XYZ2.94.163.13-
YUV52.27123.9113.54-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 22.70%
GREEN value IS 64 (25.39% from 255) = 45.39%
BLUE value IS 45 (17.97% from 255) = 31.91%
R=22.70%
G=45.39%
B=31.91%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3264450.5000.300.75144.3833.3318.82
Hex20402D3201E4B902113
Octal4010055620361132204123
Binary100000100000010110111001001111010010111001000010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20402D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20402D; }

 p { color: rgb(32,64,45); }

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

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

 a { background-color: rgb(32,64,45); }

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

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

 span { border-color: rgb(32,64,45); }

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