#20382C

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

Shades of Palm Green #20382C

Tints of Palm Green #20382C

Color information

#20382C (or 0x20382C) is unknown color: approx Palm Green. HEX triplet: 20, 38 and 2C. RGB value is (32,56,44). Sum of RGB (Red+Green+Blue) = 32+56+44=132 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.24% from 132); Green value is 56 (22.27% from 255 or 42.42% from 132); Blue value is 44 (17.58% from 255 or 33.33% from 132); Max value from RGB is 56 - color contains mainly: green. Hex color #20382C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20382C is #DFC7D3. Grayscale: #2F2F2F. Windows color (decimal): -14665684 or 2897952. OLE color: 2897952.

HSL color Cylindrical-coordinate representation of color #20382C: hue angle of 150º degrees, saturation: 0.27, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #20382C is Cyan = 0.43, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.78.

Color convert

RGB325644-
CMYK0.4300.210.78
HSL150º27.27%17.25%-
HSV(B)150º42.86%21.96%-
XYZ2.463.322.89-
YUV47.46126.05116.98-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 24.24%
GREEN value IS 56 (22.27% from 255) = 42.42%
BLUE value IS 44 (17.58% from 255) = 33.33%
R=24.24%
G=42.42%
B=33.33%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3256440.4300.210.7815027.2717.25
Hex20382C2B0154E961b11
Octal407054530251162263321
Binary1000001110001011001010110101011001110100101101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20382C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20382C; }

 p { color: rgb(32,56,44); }

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

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

 a { background-color: rgb(32,56,44); }

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

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

 span { border-color: rgb(32,56,44); }

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