#285529

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

Shades of Parsley #285529

Tints of Parsley #285529

Color information

#285529 (or 0x285529) is unknown color: approx Parsley. HEX triplet: 28, 55 and 29. RGB value is (40,85,41). Sum of RGB (Red+Green+Blue) = 40+85+41=166 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.10% from 166); Green value is 85 (33.59% from 255 or 51.20% from 166); Blue value is 41 (16.41% from 255 or 24.70% from 166); Max value from RGB is 85 - color contains mainly: green. Hex color #285529 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285529 is #D7AAD6. Grayscale: #424242. Windows color (decimal): -14133975 or 2708776. OLE color: 2708776.

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

Color convert

RGB408541-
CMYK0.5300.520.67
HSL121.33º36%24.51%-
HSV(B)121.33º52.94%33.33%-
XYZ4.527.113.23-
YUV66.53113.59109.08-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 24.10%
GREEN value IS 85 (33.59% from 255) = 51.20%
BLUE value IS 41 (16.41% from 255) = 24.70%
R=24.10%
G=51.20%
B=24.70%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4085410.5300.520.67121.333624.51
Hex2855293503443792419
Octal5012551650641031714431
Binary101000101010110100111010101101001000011111100110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285529; }

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

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

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

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

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

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

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

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