#28552A

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

Shades of Parsley #28552A

Tints of Parsley #28552A

Color information

#28552A (or 0x28552A) is unknown color: approx Parsley. HEX triplet: 28, 55 and 2A. RGB value is (40,85,42). Sum of RGB (Red+Green+Blue) = 40+85+42=167 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.95% from 167); Green value is 85 (33.59% from 255 or 50.90% from 167); Blue value is 42 (16.80% from 255 or 25.15% from 167); Max value from RGB is 85 - color contains mainly: green. Hex color #28552A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28552A is #D7AAD5. Grayscale: #424242. Windows color (decimal): -14133974 or 2774312. OLE color: 2774312.

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

Color convert

RGB408542-
CMYK0.5300.510.67
HSL122.67º36%24.51%-
HSV(B)122.67º52.94%33.33%-
XYZ4.547.123.32-
YUV66.64114.09109-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 23.95%
GREEN value IS 85 (33.59% from 255) = 50.90%
BLUE value IS 42 (16.80% from 255) = 25.15%
R=23.95%
G=50.90%
B=25.15%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4085420.5300.510.67122.673624.51
Hex28552A35033437b2419
Octal5012552650631031734431
Binary101000101010110101011010101100111000011111101110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28552A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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