#285530

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

Shades of Parsley #285530

Tints of Parsley #285530

Color information

#285530 (or 0x285530) is unknown color: approx Parsley. HEX triplet: 28, 55 and 30. RGB value is (40,85,48). Sum of RGB (Red+Green+Blue) = 40+85+48=173 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.12% from 173); Green value is 85 (33.59% from 255 or 49.13% from 173); Blue value is 48 (19.14% from 255 or 27.75% from 173); Max value from RGB is 85 - color contains mainly: green. Hex color #285530 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285530 is #D7AACF. Grayscale: #434343. Windows color (decimal): -14133968 or 3167528. OLE color: 3167528.

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

Color convert

RGB408548-
CMYK0.5300.440.67
HSL130.67º36%24.51%-
HSV(B)130.67º52.94%33.33%-
XYZ4.667.163.93-
YUV67.33117.09108.51-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 23.12%
GREEN value IS 85 (33.59% from 255) = 49.13%
BLUE value IS 48 (19.14% from 255) = 27.75%
R=23.12%
G=49.13%
B=27.75%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4085480.5300.440.67130.673624.51
Hex2855303502C43832419
Octal5012560650541032034431
Binary1010001010101110000110101010110010000111000001110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285530; }

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

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

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

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

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

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

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

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