#28542D

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

Shades of Parsley #28542D

Tints of Parsley #28542D

Color information

#28542D (or 0x28542D) is unknown color: approx Parsley. HEX triplet: 28, 54 and 2D. RGB value is (40,84,45). Sum of RGB (Red+Green+Blue) = 40+84+45=169 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.67% from 169); Green value is 84 (33.20% from 255 or 49.70% from 169); Blue value is 45 (17.97% from 255 or 26.63% from 169); Max value from RGB is 84 - color contains mainly: green. Hex color #28542D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28542D is #D7ABD2. Grayscale: #424242. Windows color (decimal): -14134227 or 2970664. OLE color: 2970664.

HSL color Cylindrical-coordinate representation of color #28542D: hue angle of 126.82º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #28542D is Cyan = 0.52, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.67.

Color convert

RGB408445-
CMYK0.5200.460.67
HSL126.82º35.48%24.31%-
HSV(B)126.82º52.38%32.94%-
XYZ4.526.983.59-
YUV66.4115.92109.17-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 23.67%
GREEN value IS 84 (33.20% from 255) = 49.70%
BLUE value IS 45 (17.97% from 255) = 26.63%
R=23.67%
G=49.70%
B=26.63%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4084450.5200.460.67126.8235.4824.31
Hex28542D3402E437f2318
Octal5012455640561031774330
Binary101000101010010110111010001011101000011111111110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28542D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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