#285B34

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

Shades of Parsley #285B34

Tints of Parsley #285B34

Color information

#285B34 (or 0x285B34) is unknown color: approx Parsley. HEX triplet: 28, 5B and 34. RGB value is (40,91,52). Sum of RGB (Red+Green+Blue) = 40+91+52=183 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.86% from 183); Green value is 91 (35.94% from 255 or 49.73% from 183); Blue value is 52 (20.70% from 255 or 28.42% from 183); Max value from RGB is 91 - color contains mainly: green. Hex color #285B34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285B34 is #D7A4CB. Grayscale: #474747. Windows color (decimal): -14132428 or 3431208. OLE color: 3431208.

HSL color Cylindrical-coordinate representation of color #285B34: hue angle of 134.12º 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 #285B34 is Cyan = 0.56, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.64.

Color convert

RGB409152-
CMYK0.5600.430.64
HSL134.12º38.93%25.69%-
HSV(B)134.12º56.04%35.69%-
XYZ5.248.184.55-
YUV71.3117.1105.67-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.86%
GREEN value IS 91 (35.94% from 255) = 49.73%
BLUE value IS 52 (20.70% from 255) = 28.42%
R=21.86%
G=49.73%
B=28.42%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4091520.5600.430.64134.1238.9325.69
Hex285B343802B4086271a
Octal5013364700531002064732
Binary1010001011011110100111000010101110000001000011010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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