#28552D

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

Shades of Parsley #28552D

Tints of Parsley #28552D

Color information

#28552D (or 0x28552D) is unknown color: approx Parsley. HEX triplet: 28, 55 and 2D. RGB value is (40,85,45). Sum of RGB (Red+Green+Blue) = 40+85+45=170 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.53% from 170); Green value is 85 (33.59% from 255 or 50% from 170); Blue value is 45 (17.97% from 255 or 26.47% from 170); Max value from RGB is 85 - color contains mainly: green. Hex color #28552D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28552D is #D7AAD2. Grayscale: #434343. Windows color (decimal): -14133971 or 2970920. OLE color: 2970920.

HSL color Cylindrical-coordinate representation of color #28552D: hue angle of 126.67º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #28552D is Cyan = 0.53, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.67.

Color convert

RGB408545-
CMYK0.5300.470.67
HSL126.67º36%24.51%-
HSV(B)126.67º52.94%33.33%-
XYZ4.67.143.62-
YUV66.98115.59108.75-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 23.53%
GREEN value IS 85 (33.59% from 255) = 50%
BLUE value IS 45 (17.97% from 255) = 26.47%
R=23.53%
G=50%
B=26.47%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4085450.5300.470.67126.673624.51
Hex28552D3502F437f2419
Octal5012555650571031774431
Binary101000101010110110111010101011111000011111111110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28552D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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