#285A2E

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

Shades of Parsley #285A2E

Tints of Parsley #285A2E

Color information

#285A2E (or 0x285A2E) is unknown color: approx Parsley. HEX triplet: 28, 5A and 2E. RGB value is (40,90,46). Sum of RGB (Red+Green+Blue) = 40+90+46=176 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.73% from 176); Green value is 90 (35.55% from 255 or 51.14% from 176); Blue value is 46 (18.36% from 255 or 26.14% from 176); Max value from RGB is 90 - color contains mainly: green. Hex color #285A2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285A2E is #D7A5D1. Grayscale: #464646. Windows color (decimal): -14132690 or 3037736. OLE color: 3037736.

HSL color Cylindrical-coordinate representation of color #285A2E: hue angle of 127.2º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #285A2E is Cyan = 0.56, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.65.

Color convert

RGB409046-
CMYK0.5600.490.65
HSL127.2º38.46%25.49%-
HSV(B)127.2º55.56%35.29%-
XYZ5.027.963.86-
YUV70.03114.44106.58-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 22.73%
GREEN value IS 90 (35.55% from 255) = 51.14%
BLUE value IS 46 (18.36% from 255) = 26.14%
R=22.73%
G=51.14%
B=26.14%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4090460.5600.490.65127.238.4625.49
Hex285A2E38031417f2619
Octal5013256700611011774631
Binary101000101101010111011100001100011000001111111110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,90,46); }

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

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

 a { background-color: rgb(40,90,46); }

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

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

 span { border-color: rgb(40,90,46); }

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