#20352D

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

Shades of Palm Green #20352D

Tints of Palm Green #20352D

Color information

#20352D (or 0x20352D) is unknown color: approx Palm Green. HEX triplet: 20, 35 and 2D. RGB value is (32,53,45). Sum of RGB (Red+Green+Blue) = 32+53+45=130 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.62% from 130); Green value is 53 (21.09% from 255 or 40.77% from 130); Blue value is 45 (17.97% from 255 or 34.62% from 130); Max value from RGB is 53 - color contains mainly: green. Hex color #20352D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20352D is #DFCAD2. Grayscale: #2D2D2D. Windows color (decimal): -14666451 or 2962720. OLE color: 2962720.

HSL color Cylindrical-coordinate representation of color #20352D: hue angle of 157.14º degrees, saturation: 0.25, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #20352D is Cyan = 0.40, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.79.

Color convert

RGB325345-
CMYK0.4000.150.79
HSL157.14º24.71%16.67%-
HSV(B)157.14º39.62%20.78%-
XYZ2.343.042.95-
YUV45.81127.54118.15-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 24.62%
GREEN value IS 53 (21.09% from 255) = 40.77%
BLUE value IS 45 (17.97% from 255) = 34.62%
R=24.62%
G=40.77%
B=34.62%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3253450.4000.150.79157.1424.7116.67
Hex20352D280F4F9d1911
Octal406555500171172353121
Binary100000110101101101101000011111001111100111011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20352D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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