#285428

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

Shades of Parsley #285428

Tints of Parsley #285428

Color information

#285428 (or 0x285428) is unknown color: approx Parsley. HEX triplet: 28, 54 and 28. RGB value is (40,84,40). Sum of RGB (Red+Green+Blue) = 40+84+40=164 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.39% from 164); Green value is 84 (33.20% from 255 or 51.22% from 164); Blue value is 40 (16.02% from 255 or 24.39% from 164); Max value from RGB is 84 - color contains mainly: green. Hex color #285428 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285428 is #D7ABD7. Grayscale: #414141. Windows color (decimal): -14134232 or 2642984. OLE color: 2642984.

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

Color convert

RGB408440-
CMYK0.5200.520.67
HSL120º35.48%24.31%-
HSV(B)120º52.38%32.94%-
XYZ4.436.943.11-
YUV65.83113.42109.58-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 24.39%
GREEN value IS 84 (33.20% from 255) = 51.22%
BLUE value IS 40 (16.02% from 255) = 24.39%
R=24.39%
G=51.22%
B=24.39%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4084400.5200.520.6712035.4824.31
Hex2854283403443782318
Octal5012450640641031704330
Binary101000101010010100011010001101001000011111100010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285428; }

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

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

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

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

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

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

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

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