#28582A

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

Shades of Parsley #28582A

Tints of Parsley #28582A

Color information

#28582A (or 0x28582A) is unknown color: approx Parsley. HEX triplet: 28, 58 and 2A. RGB value is (40,88,42). Sum of RGB (Red+Green+Blue) = 40+88+42=170 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.53% from 170); Green value is 88 (34.77% from 255 or 51.76% from 170); Blue value is 42 (16.80% from 255 or 24.71% from 170); Max value from RGB is 88 - color contains mainly: green. Hex color #28582A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28582A is #D7A7D5. Grayscale: #444444. Windows color (decimal): -14133206 or 2775080. OLE color: 2775080.

HSL color Cylindrical-coordinate representation of color #28582A: hue angle of 122.5º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #28582A is Cyan = 0.55, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.65.

Color convert

RGB408842-
CMYK0.5500.520.65
HSL122.5º37.5%25.1%-
HSV(B)122.5º54.55%34.51%-
XYZ4.787.63.4-
YUV68.4113.1107.74-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 23.53%
GREEN value IS 88 (34.77% from 255) = 51.76%
BLUE value IS 42 (16.80% from 255) = 24.71%
R=23.53%
G=51.76%
B=24.71%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4088420.5500.520.65122.537.525.1
Hex28582A37034417a2619
Octal5013052670641011724631
Binary101000101100010101011011101101001000001111101010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28582A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28582A; }

 p { color: rgb(40,88,42); }

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

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

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

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

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

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

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