#28572F

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

Shades of Parsley #28572F

Tints of Parsley #28572F

Color information

#28572F (or 0x28572F) is unknown color: approx Parsley. HEX triplet: 28, 57 and 2F. RGB value is (40,87,47). Sum of RGB (Red+Green+Blue) = 40+87+47=174 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.99% from 174); Green value is 87 (34.38% from 255 or 50% from 174); Blue value is 47 (18.75% from 255 or 27.01% from 174); Max value from RGB is 87 - color contains mainly: green. Hex color #28572F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28572F is #D7A8D0. Grayscale: #444444. Windows color (decimal): -14133457 or 3102504. OLE color: 3102504.

HSL color Cylindrical-coordinate representation of color #28572F: hue angle of 128.94º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #28572F is Cyan = 0.54, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.66.

Color convert

RGB408747-
CMYK0.5400.460.66
HSL128.94º37.01%24.9%-
HSV(B)128.94º54.02%34.12%-
XYZ4.87.473.88-
YUV68.39115.93107.75-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 22.99%
GREEN value IS 87 (34.38% from 255) = 50%
BLUE value IS 47 (18.75% from 255) = 27.01%
R=22.99%
G=50%
B=27.01%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4087470.5400.460.66128.9437.0124.9
Hex28572F3602E42812519
Octal5012757660561022014531
Binary1010001010111101111110110010111010000101000000110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28572F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28572F; }

 p { color: rgb(40,87,47); }

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

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

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

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

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

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

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