#28542C

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

Shades of Parsley #28542C

Tints of Parsley #28542C

Color information

#28542C (or 0x28542C) is unknown color: approx Parsley. HEX triplet: 28, 54 and 2C. RGB value is (40,84,44). Sum of RGB (Red+Green+Blue) = 40+84+44=168 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.81% from 168); Green value is 84 (33.20% from 255 or 50% from 168); Blue value is 44 (17.58% from 255 or 26.19% from 168); Max value from RGB is 84 - color contains mainly: green. Hex color #28542C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28542C is #D7ABD3. Grayscale: #424242. Windows color (decimal): -14134228 or 2905128. OLE color: 2905128.

HSL color Cylindrical-coordinate representation of color #28542C: hue angle of 125.45º 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 #28542C is Cyan = 0.52, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.67.

Color convert

RGB408444-
CMYK0.5200.480.67
HSL125.45º35.48%24.31%-
HSV(B)125.45º52.38%32.94%-
XYZ4.56.973.49-
YUV66.28115.42109.25-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 23.81%
GREEN value IS 84 (33.20% from 255) = 50%
BLUE value IS 44 (17.58% from 255) = 26.19%
R=23.81%
G=50%
B=26.19%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4084440.5200.480.67125.4535.4824.31
Hex28542C34030437d2318
Octal5012454640601031754330
Binary101000101010010110011010001100001000011111110110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28542C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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