#28312D

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

Shades of Palm Green #28312D

Tints of Palm Green #28312D

Color information

#28312D (or 0x28312D) is unknown color: approx Palm Green. HEX triplet: 28, 31 and 2D. RGB value is (40,49,45). Sum of RGB (Red+Green+Blue) = 40+49+45=134 (17% of max value = 765). Red value is 40 (16.02% from 255 or 29.85% from 134); Green value is 49 (19.53% from 255 or 36.57% from 134); Blue value is 45 (17.97% from 255 or 33.58% from 134); Max value from RGB is 49 - color contains mainly: green. Hex color #28312D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28312D is #D7CED2. Grayscale: #2D2D2D. Windows color (decimal): -14143187 or 2961704. OLE color: 2961704.

HSL color Cylindrical-coordinate representation of color #28312D: hue angle of 153.33º degrees, saturation: 0.1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #28312D is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.81.

Color convert

RGB404945-
CMYK0.1800.080.81
HSL153.33º10.11%17.45%-
HSV(B)153.33º18.37%19.22%-
XYZ2.452.842.9-
YUV45.85127.52123.83-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 29.85%
GREEN value IS 49 (19.53% from 255) = 36.57%
BLUE value IS 45 (17.97% from 255) = 33.58%
R=29.85%
G=36.57%
B=33.58%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4049450.1800.080.81153.3310.1117.45
Hex28312D12085199a11
Octal506155220101212311221
Binary1010001100011011011001001000101000110011001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28312D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,49,45); }

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

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

 a { background-color: rgb(40,49,45); }

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

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

 span { border-color: rgb(40,49,45); }

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