#285B33

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

Shades of Parsley #285B33

Tints of Parsley #285B33

Color information

#285B33 (or 0x285B33) is unknown color: approx Parsley. HEX triplet: 28, 5B and 33. RGB value is (40,91,51). Sum of RGB (Red+Green+Blue) = 40+91+51=182 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.98% from 182); Green value is 91 (35.94% from 255 or 50% from 182); Blue value is 51 (20.31% from 255 or 28.02% from 182); Max value from RGB is 91 - color contains mainly: green. Hex color #285B33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285B33 is #D7A4CC. Grayscale: #474747. Windows color (decimal): -14132429 or 3365672. OLE color: 3365672.

HSL color Cylindrical-coordinate representation of color #285B33: hue angle of 132.94º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #285B33 is Cyan = 0.56, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.64.

Color convert

RGB409151-
CMYK0.5600.440.64
HSL132.94º38.93%25.69%-
HSV(B)132.94º56.04%35.69%-
XYZ5.218.174.43-
YUV71.19116.6105.75-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.98%
GREEN value IS 91 (35.94% from 255) = 50%
BLUE value IS 51 (20.31% from 255) = 28.02%
R=21.98%
G=50%
B=28.02%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4091510.5600.440.64132.9438.9325.69
Hex285B333802C4085271a
Octal5013363700541002054732
Binary1010001011011110011111000010110010000001000010110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285B33; }

 p { color: rgb(40,91,51); }

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

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

 a { background-color: rgb(40,91,51); }

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

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

 span { border-color: rgb(40,91,51); }

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