#28552B

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

Shades of Parsley #28552B

Tints of Parsley #28552B

Color information

#28552B (or 0x28552B) is unknown color: approx Parsley. HEX triplet: 28, 55 and 2B. RGB value is (40,85,43). Sum of RGB (Red+Green+Blue) = 40+85+43=168 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.81% from 168); Green value is 85 (33.59% from 255 or 50.60% from 168); Blue value is 43 (17.19% from 255 or 25.60% from 168); Max value from RGB is 85 - color contains mainly: green. Hex color #28552B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28552B is #D7AAD4. Grayscale: #424242. Windows color (decimal): -14133973 or 2839848. OLE color: 2839848.

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

Color convert

RGB408543-
CMYK0.5300.490.67
HSL124º36%24.51%-
HSV(B)124º52.94%33.33%-
XYZ4.567.123.42-
YUV66.76114.59108.92-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 23.81%
GREEN value IS 85 (33.59% from 255) = 50.60%
BLUE value IS 43 (17.19% from 255) = 25.60%
R=23.81%
G=50.60%
B=25.60%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4085430.5300.490.671243624.51
Hex28552B35031437c2419
Octal5012553650611031744431
Binary101000101010110101111010101100011000011111110010010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28552B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28552B; }

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

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

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

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

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

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

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

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