#20412C

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

Shades of Palm Green #20412C

Tints of Palm Green #20412C

Color information

#20412C (or 0x20412C) is unknown color: approx Palm Green. HEX triplet: 20, 41 and 2C. RGB value is (32,65,44). Sum of RGB (Red+Green+Blue) = 32+65+44=141 (18% of max value = 765). Red value is 32 (12.89% from 255 or 22.70% from 141); Green value is 65 (25.78% from 255 or 46.10% from 141); Blue value is 44 (17.58% from 255 or 31.21% from 141); Max value from RGB is 65 - color contains mainly: green. Hex color #20412C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20412C is #DFBED3. Grayscale: #343434. Windows color (decimal): -14663380 or 2900256. OLE color: 2900256.

HSL color Cylindrical-coordinate representation of color #20412C: hue angle of 141.82º degrees, saturation: 0.34, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #20412C is Cyan = 0.51, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.75.

Color convert

RGB326544-
CMYK0.5100.320.75
HSL141.82º34.02%19.02%-
HSV(B)141.82º50.77%25.49%-
XYZ2.944.273.05-
YUV52.74123.07113.21-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 22.70%
GREEN value IS 65 (25.78% from 255) = 46.10%
BLUE value IS 44 (17.58% from 255) = 31.21%
R=22.70%
G=46.10%
B=31.21%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3265440.5100.320.75141.8234.0219.02
Hex20412C330204B8e2213
Octal4010154630401132164223
Binary1000001000001101100110011010000010010111000111010001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20412C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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